1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
name = Object-Destroyer
author = Adam Kennedy <adamk@cpan.org>
license = Perl_5
copyright_holder = Adam Kennedy
copyright_year = 2004
[Git::GatherDir]
exclude_filename = LICENSE
exclude_filename = META.json
exclude_filename = README.md
[MetaConfig]
[MetaNoIndex]
directory = t
directory = xt
[MetaYAML]
[MetaJSON]
[MakeMaker]
[Git::Contributors]
[GithubMeta]
issues = 1
user = simbabque
[Manifest]
[PruneCruft]
[License]
[MojibakeTests]
[Test::Version]
[Test::ReportPrereqs]
[Test::EOL]
[Test::ChangesHasContent]
[Test::MinimumVersion]
[PodSyntaxTests]
[RunExtraTests]
[Prereqs::FromCPANfile]
[Git::Check]
allow_dirty=
[CheckStrictVersion]
decimal_only = 1
[CheckChangeLog]
[CheckChangesHasContent]
[TestRelease]
[ReadmeAnyFromPod / Markdown_Readme]
source_filename = lib/Object/Destroyer.pm
type = markdown
filename = README.md
location = root
phase = build
[CopyFilesFromRelease]
filename = META.json
filename = LICENSE
; The distribution version is read from lib/Object/Destroyer.pm's $VERSION.
; At release, all versions are bumped.
; To change the version at release time, you can either edit Destroyer.pm's
; $VERSION, or set the V environment variable, e.g. V=1.23 dzil release
[@Git::VersionManager]
commit_files_after_release = META.json
commit_files_after_release = LICENSE
commit_files_after_release = README.md
[Git::Push]
; listed late, to allow all other plugins which do BeforeRelease checks to run first.
[ConfirmRelease]
[UploadToCPAN]
|