Catalyst-Controller-HTML-FormFu

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

commit_msg                  = v%v%t - %d%n%n%c
tag_message                 = v%v%t - %d          ; see Git::Tag
push_to                     = origin

;; -- Additional git
[Git::GatherDir]
[Git::NextVersion]              ; Get the next version tag from git
[Git::CheckFor::CorrectBranch]  ; ensure on master branch for release
[Git::Remote::Check]            ; ensure our branch is ahead of remote
[Git::Contributors]             ; add contributors from the git logs
[Git::CommitBuild]
branch                      =
release_branch              = cpan

;; -- Sets of additional tests we want to do as part of release
[Test::Perl::Critic]
[MetaTests]
;; [PodCoverageTests]           ; Currently we comprehensively fail these
[OurPkgVersion]
[Test::Kwalitee]
[Test::EOL]
finder = :InstallModules        ; prevents test inputs being flagged
[Test::PAUSE::Permissions]      ; if doing a release make sure we have PAUSE perms
[Test::NoTabs]
;;[Test::TidyAll]               ; Will put this live when ready

;; -- Additional information
[GithubMeta]                ; Grab the repo metadata
[PodWeaver]                 ; Mangle the pod a bit
[CheckChangeLog]            ; Make sure we have a change set

[@Starter]
-remove                     = GatherDir         ; we use [Git::GatherDir] instead
ReadmeAnyFromPod.source_filename = lib/Catalyst/Controller/HTML/FormFu.pm

; -- Put an autogenerated Markdown readme into the repo
[ReadmeAnyFromPod / Markdown_Readme]
type                        = markdown
filename                    = README.md
location                    = root              ; do not include pod readmes in the build!

[Meta::Contributors]
contributor                 = Petr Písař <ppisar@redhat.com>

;; -- Add decoration to the github readme
[GitHubREADME::Badge]
badges                      = travis
;badges                      = coveralls
;badges                      = gitter
badges                      = cpants
badges                      = issues
badges                      = github_tag
badges                      = license
badges                      = version
;badges                      = codecov
;badges                      = gitlab_ci
;badges                      = gitlab_cover

[Encoding]
encoding                    = bytes
match                       = \.png$    ; PNG files are not unicode



( run in 0.590 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )