dist.ini 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. name = Selenium-Remote-Driver
  2. version = 1.46
  3. author = George S. Baugh <george@troglodyne.net>
  4. author = Aditya Ivaturi <ivaturi@gmail.com>
  5. author = Daniel Gempesaw <gempesaw@gmail.com>
  6. author = Emmanuel Peroumalnaïk <peroumalnaik.emmanuel@gmail.com>
  7. author = Luke Closs <cpan@5thplane.com>
  8. author = Mark Stosberg <mark@stosberg.com>
  9. license = Apache_2_0
  10. copyright_holder = George S. Baugh
  11. copyright_year = 2018
  12. [GatherDir]
  13. include_dotfiles = 1
  14. exclude_match = .*\.swp
  15. exclude_match = .*\.swo
  16. [PruneCruft]
  17. except = \.travis.yml
  18. [ManifestSkip]
  19. [MetaYAML]
  20. [MetaJSON]
  21. [License]
  22. [Readme]
  23. [ExtraTests]
  24. [ExecDir]
  25. [ShareDir]
  26. [MakeMaker]
  27. [Manifest]
  28. [PkgVersion]
  29. [AutoPrereqs]
  30. [MetaProvides::Package]
  31. [PodWeaver]
  32. finder = :NotTestSRD
  33. ; skip the Test::SRD modules, their attribution is non-standard
  34. [FileFinder::ByName / :NotTestSRD]
  35. dir = lib
  36. match = \.pm$
  37. skip = Test
  38. [Git::Contributors]
  39. ; XXX can't tidy this mess yet
  40. ;[TidyAll]
  41. ; Unfortunately CPAN changes detects the first date incorrectly. Oh well...
  42. ; Unfortunately the Manifest test does not work for unknown reasons.
  43. [@TestingMania]
  44. critic_config = perlcriticrc
  45. disable = Test::CPAN::Changes
  46. disable = Test::DistManifest
  47. [TestRelease]
  48. [ConfirmRelease]
  49. [UploadToCPAN]
  50. [CheckMetaResources]
  51. [CheckPrereqsIndexed]
  52. [CheckChangesHasContent]
  53. [Prereqs / RuntimeRequires]
  54. perl = 5.010
  55. Moo = 1.005
  56. List::Util = 1.33
  57. [GithubMeta]
  58. issues = 1
  59. user = teodesian
  60. [Encoding]
  61. filename = t/www/icon.gif
  62. filename = t/www/invalid-extension.xpi
  63. filename = t/www/redisplay.xpi
  64. encoding = bytes
  65. ; `dzil authordeps` doesn't know about the Pod Weaver dependenciess:
  66. ; authordep Pod::Weaver::Section::Contributors = 0
  67. ; authordep Pod::Weaver::Plugin::Encoding = 0
  68. ; authordep Pod::Weaver::Section::SeeAlso = 0
  69. ; authordep Pod::Weaver::Section::GenerateSection = 0
  70. ; authordep Pod::Elemental::Transformer::List = 0
  71. ; authordep XML::Simple = 0
  72. ; authordep Test::LWP::UserAgent = 0
  73. ; authordep Test::Pod::Coverage = 0
  74. ; authordep Term::UI = 0