Business-HK-IdentityCard

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN


;; Generate READMEs from module POD
[ReadmeFromPod]
[ReadmeMarkdownFromPod]

; Add our $VERSION to files
[OurPkgVersion]

;; Generate full POD from outlines
[PodWeaver]

;; Collect contributors list
[ContributorsFromGit]

;; Rewrite author/pre-release/smoke tests from xt to t
[ExtraTests]

; Make sure all pm files compile
[Test::Compile]

;; Create standard tests for POD syntax and coverage
[PodSyntaxTests]
[PodCoverageTests]

;; Create source code static analysis tests
[Test::Perl::Critic]

;; Test META.yml
[MetaTests]

;; Test version number
[Test::Version]

;; Determine minimum perl version
[MinimumPerl]

;; Include bin (by default) dir in the dist
[ExecDir]

;; Include share (by default) dir in the dist
[ShareDir]

;; Produce a Makefile.PL script
[MakeMaker]

;; Produce a MANIFEST file
[Manifest]

;; Ensure tests are run before release
[TestRelease]

;; Refuse to release if there are changed or untracked files
[Git::Check]

;; Ensure something in changelog before releasing
[CheckChangesHasContent]

;; Prompt before releasing to CPAN
[ConfirmRelease]

;; Automatically upload to CPAN on release
[UploadToCPAN]

;; Write the next release number to the changelog
[NextRelease]

;; Commit changelog and dist.ini after release
;; Add the built READMEs into source control
[Git::Commit]
add_files_in = README
add_files_in = README.mkdn

;; Commit build results to a separate branch so it can be used
;; by non Dist::Zilla users
[Git::CommitBuild]

;; Manage the version number by bumping the last one found in git
[Git::NextVersion]

;; Create a git tag from the version number
[Git::Tag]

;; Push to any upstreams after release
[Git::Push]



( run in 1.719 second using v1.01-cache-2.11-cpan-b16cb0d3907 )