dist.ini 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. name = Selenium-Client
  2. version = 1.05
  3. author = George S. Baugh <george@troglodyne.net>
  4. license = MIT
  5. copyright_holder = George S. Baugh
  6. copyright_year = 2021
  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. [License]
  17. [Readme]
  18. [ExtraTests]
  19. [ExecDir]
  20. [ShareDir]
  21. [MakeMaker]
  22. [Manifest]
  23. [PkgVersion]
  24. [AutoPrereqs]
  25. [MetaProvides::Package]
  26. [PodWeaver]
  27. [FileFinder::ByName]
  28. dir = lib
  29. match = \.pm$
  30. [Git::Contributors]
  31. [@TestingMania]
  32. critic_config = perlcriticrc
  33. [TestRelease]
  34. [ConfirmRelease]
  35. [UploadToCPAN]
  36. [CheckMetaResources]
  37. [CheckPrereqsIndexed]
  38. [CheckChangesHasContent]
  39. [Prereqs / RuntimeRequires]
  40. perl = 5.020
  41. Moo = 1.005
  42. List::Util = 1.33
  43. [GithubMeta]
  44. issues = 1
  45. user = troglodyne-internet-widgets
  46. [Encoding]
  47. filename = t/www/icon.gif
  48. filename = t/www/invalid-extension.xpi
  49. filename = t/www/redisplay.xpi
  50. encoding = bytes
  51. ; `dzil authordeps` doesn't know about the Pod Weaver dependenciess:
  52. ; authordep Pod::Weaver::Section::Contributors = 0
  53. ; authordep Pod::Weaver::Plugin::Encoding = 0
  54. ; authordep Pod::Weaver::Section::SeeAlso = 0
  55. ; authordep Pod::Weaver::Section::GenerateSection = 0
  56. ; authordep Pod::Elemental::Transformer::List = 0
  57. ; authordep Test::Pod::Coverage = 0
  58. ; authordep Term::UI = 0