dist.ini 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. name = Audit-Log
  2. version = 0.003
  3. author = George S. Baugh <george@troglodyne.net>
  4. license = MIT
  5. copyright_holder = Troglodyne LLC
  6. copyright_year = 2022
  7. [GatherDir / LibFiles ]
  8. include_untracked = 1
  9. exclude_match = .*\.swp
  10. exclude_match = .*\.swo
  11. root = ./lib
  12. prefix = lib
  13. [GatherDir / BuildConf ]
  14. root = ./conf
  15. prefix = .
  16. [GatherDir / BinFiles ]
  17. include_untracked = 1
  18. root = ./bin
  19. prefix = bin
  20. [GatherDir / TestFiles ]
  21. root = ./t
  22. prefix = t
  23. [PruneCruft]
  24. except = \.travis.yml
  25. [ManifestSkip]
  26. [MetaYAML]
  27. [MetaJSON]
  28. [License]
  29. [Readme]
  30. [InstallGuide]
  31. [ExtraTests]
  32. [ExecDir]
  33. [ShareDir]
  34. [MakeMaker]
  35. [Manifest]
  36. [PkgVersion]
  37. use_package=1
  38. [AutoPrereqs]
  39. [MetaProvides::Package]
  40. [FileFinder::Filter / NoBin]
  41. finder = :InstallModules ;
  42. [PodWeaver]
  43. finder=NoBin
  44. [Git::Contributors]
  45. [TidyAll]
  46. ; Unfortunately CPAN changes detects the first date incorrectly. Oh well...
  47. ; Unfortunately the Manifest test does not work for unknown reasons.
  48. [@TestingMania]
  49. critic_config = perlcriticrc
  50. disable = Test::Compile
  51. disable = PodCoverageTests
  52. disable = Test::Synopsis
  53. [TestRelease]
  54. [ConfirmRelease]
  55. [UploadToCPAN]
  56. [CheckMetaResources]
  57. [CheckPrereqsIndexed]
  58. [CheckChangesHasContent]
  59. [Prereqs / RuntimeRequires]
  60. perl = 5.010
  61. List::Util = 1.33
  62. [GithubMeta]
  63. issues = 1
  64. user = teodesian
  65. ; `dzil authordeps` doesn't know about the Pod Weaver dependencies:
  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