dist.ini 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. name = Audit-Log
  2. version = 0.001
  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. [AutoPrereqs]
  38. [MetaProvides::Package]
  39. [FileFinder::Filter / NoBin]
  40. finder = :InstallModules ;
  41. [PodWeaver]
  42. finder=NoBin
  43. [Git::Contributors]
  44. [TidyAll]
  45. ; Unfortunately CPAN changes detects the first date incorrectly. Oh well...
  46. ; Unfortunately the Manifest test does not work for unknown reasons.
  47. [@TestingMania]
  48. critic_config = perlcriticrc
  49. disable = Test::Compile
  50. disable = PodCoverageTests
  51. disable = Test::Synopsis
  52. [TestRelease]
  53. [ConfirmRelease]
  54. [UploadToCPAN]
  55. [CheckMetaResources]
  56. [CheckPrereqsIndexed]
  57. [CheckChangesHasContent]
  58. [Prereqs / RuntimeRequires]
  59. perl = 5.010
  60. List::Util = 1.33
  61. [GithubMeta]
  62. issues = 1
  63. user = teodesian
  64. ; `dzil authordeps` doesn't know about the Pod Weaver dependencies:
  65. ; authordep Pod::Weaver::Section::Contributors = 0
  66. ; authordep Pod::Weaver::Plugin::Encoding = 0
  67. ; authordep Pod::Weaver::Section::SeeAlso = 0
  68. ; authordep Pod::Weaver::Section::GenerateSection = 0
  69. ; authordep Pod::Elemental::Transformer::List = 0
  70. ; authordep XML::Simple = 0
  71. ; authordep Test::LWP::UserAgent = 0
  72. ; authordep Test::Pod::Coverage = 0
  73. ; authordep Term::UI = 0