dist.ini 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. [ExtraTests]
  18. [ExecDir]
  19. [ShareDir]
  20. [MakeMaker]
  21. [Manifest]
  22. [PkgVersion]
  23. [AutoPrereqs]
  24. [MetaProvides::Package]
  25. [PodWeaver]
  26. finder = :NotTestSRD
  27. ; skip the Test::SRD modules, their attribution is non-standard
  28. [FileFinder::ByName / :NotTestSRD]
  29. dir = lib
  30. match = \.pm$
  31. skip = Test
  32. [Git::Contributors]
  33. ; XXX can't tidy this mess yet
  34. ;[TidyAll]
  35. ; Unfortunately CPAN changes detects the first date incorrectly. Oh well...
  36. ; Unfortunately the Manifest test does not work for unknown reasons.
  37. [@TestingMania]
  38. critic_config = perlcriticrc
  39. disable = Test::CPAN::Changes
  40. disable = Test::DistManifest
  41. disable = Test::Compile
  42. disable = PodCoverageTests
  43. disable = Test::Synopsis
  44. [TestRelease]
  45. [ConfirmRelease]
  46. [UploadToCPAN]
  47. [CheckMetaResources]
  48. [CheckPrereqsIndexed]
  49. [CheckChangesHasContent]
  50. [Prereqs / RuntimeRequires]
  51. perl = 5.010
  52. Moo = 1.005
  53. List::Util = 1.33
  54. [GithubMeta]
  55. issues = 1
  56. user = teodesian
  57. [Encoding]
  58. filename = t/www/icon.gif
  59. filename = t/www/invalid-extension.xpi
  60. filename = t/www/redisplay.xpi
  61. encoding = bytes
  62. ; `dzil authordeps` doesn't know about the Pod Weaver dependenciess:
  63. ; authordep Pod::Weaver::Section::Contributors = 0
  64. ; authordep Pod::Weaver::Plugin::Encoding = 0
  65. ; authordep Pod::Weaver::Section::SeeAlso = 0
  66. ; authordep Pod::Weaver::Section::GenerateSection = 0
  67. ; authordep Pod::Elemental::Transformer::List = 0
  68. ; authordep XML::Simple = 0
  69. ; authordep Test::LWP::UserAgent = 0
  70. ; authordep Test::Pod::Coverage = 0
  71. ; authordep Term::UI = 0