dist.ini 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. name = Playwright
  2. version = 0.001
  3. author = George S. Baugh <george@troglodyne.net>
  4. license = MIT
  5. copyright_holder = Troglodyne LLC
  6. copyright_year = 2020
  7. [GatherDir]
  8. include_dotfiles = 1
  9. exclude_match = .*\.swp
  10. exclude_match = .*\.swo
  11. [PruneCruft]
  12. except = \.travis.yml
  13. [ManifestSkip]
  14. [MetaYAML]
  15. [MetaJSON]
  16. [Readme]
  17. [InstallGuide]
  18. [ExtraTests]
  19. [ExecDir]
  20. [ShareDir]
  21. [MakeMaker]
  22. [Manifest]
  23. [PkgVersion]
  24. [AutoPrereqs]
  25. [MetaProvides::Package]
  26. [FileFinder::Filter / NoBin]
  27. finder = :InstallModules ;
  28. [PodWeaver]
  29. finder=NoBin
  30. [Git::Contributors]
  31. [TidyAll]
  32. ; Unfortunately CPAN changes detects the first date incorrectly. Oh well...
  33. ; Unfortunately the Manifest test does not work for unknown reasons.
  34. [@TestingMania]
  35. critic_config = perlcriticrc
  36. disable = Test::CPAN::Changes
  37. disable = Test::DistManifest
  38. disable = Test::Compile
  39. disable = PodCoverageTests
  40. disable = Test::Synopsis
  41. [TestRelease]
  42. [ConfirmRelease]
  43. [UploadToCPAN]
  44. [CheckMetaResources]
  45. [CheckPrereqsIndexed]
  46. [CheckChangesHasContent]
  47. [Prereqs / RuntimeRequires]
  48. perl = 5.010
  49. Moo = 1.005
  50. List::Util = 1.33
  51. [GithubMeta]
  52. issues = 1
  53. user = teodesian
  54. [Encoding]
  55. filename = t/www/icon.gif
  56. filename = t/www/invalid-extension.xpi
  57. filename = t/www/redisplay.xpi
  58. encoding = bytes
  59. ; `dzil authordeps` doesn't know about the Pod Weaver dependencies:
  60. ; authordep Pod::Weaver::Section::Contributors = 0
  61. ; authordep Pod::Weaver::Plugin::Encoding = 0
  62. ; authordep Pod::Weaver::Section::SeeAlso = 0
  63. ; authordep Pod::Weaver::Section::GenerateSection = 0
  64. ; authordep Pod::Elemental::Transformer::List = 0
  65. ; authordep XML::Simple = 0
  66. ; authordep Test::LWP::UserAgent = 0
  67. ; authordep Test::Pod::Coverage = 0
  68. ; authordep Term::UI = 0