dist.ini 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name = Playwright
  2. version = 0.004
  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::Compile
  37. disable = PodCoverageTests
  38. disable = Test::Synopsis
  39. [TestRelease]
  40. [ConfirmRelease]
  41. [UploadToCPAN]
  42. [CheckMetaResources]
  43. [CheckPrereqsIndexed]
  44. [CheckChangesHasContent]
  45. [Prereqs / RuntimeRequires]
  46. perl = 5.010
  47. Moo = 1.005
  48. List::Util = 1.33
  49. [GithubMeta]
  50. issues = 1
  51. user = teodesian
  52. [Encoding]
  53. filename = t/www/icon.gif
  54. filename = t/www/invalid-extension.xpi
  55. filename = t/www/redisplay.xpi
  56. encoding = bytes
  57. ; `dzil authordeps` doesn't know about the Pod Weaver dependencies:
  58. ; authordep Pod::Weaver::Section::Contributors = 0
  59. ; authordep Pod::Weaver::Plugin::Encoding = 0
  60. ; authordep Pod::Weaver::Section::SeeAlso = 0
  61. ; authordep Pod::Weaver::Section::GenerateSection = 0
  62. ; authordep Pod::Elemental::Transformer::List = 0
  63. ; authordep XML::Simple = 0
  64. ; authordep Test::LWP::UserAgent = 0
  65. ; authordep Test::Pod::Coverage = 0
  66. ; authordep Term::UI = 0