Codebase list libhtml-formfu-model-dbic-perl / 2937688
Bring dzil config in line with HTML::FormFu Transfered to using @Starter as base Nigel Metheringham 7 years ago
1 changed file(s) with 23 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
2121 [Prereqs / DevelopRequires]
2222 Test::Pod = 0
2323
24 [MetaNoIndex]
25 directory = examples
26 directory = t
27 directory = t-aggregate
28 directory = xt
29
24 ;; --
25 ;; -- Sets of additional tests we want to do as part of release
3026 [Test::Perl::Critic]
31 [MetaJSON]
3227 [MetaTests]
3328 ;; [PodCoverageTests] ; Currently we comprehensively fail these
34 [PodSyntaxTests]
3529 [OurPkgVersion]
3630 [PodVersion]
3731 [Test::Kwalitee]
3832 [Test::EOL]
33 finder = :InstallModules ; prevents test inputs being flagged
3934 [Test::PAUSE::Permissions] ; if doing a release make sure we have PAUSE perms
4035
41 [Git::NextVersion]
42 [Git::CheckFor::CorrectBranch] ; ensure on master branch
43 [Git::Remote::Check]
36 ;; -- Additional information
37 [GithubMeta] ; Grab the repo metadata
38 [NextRelease] ; Mark up the next release in changes
4439
45 [Repository]
40 ;; -- Additional git
41 [Git::GatherDir]
42 [Git::NextVersion] ; Get the next version tag from git
43 [Git::CheckFor::CorrectBranch] ; ensure on master branch for release
44 [Git::Remote::Check] ; ensure our branch is ahead of remote
4645
47 [NextRelease]
48 format = %v %{yyyy-MM-dd}d
46 ;; -- We base the release stuff on the starter module, and tweak a bit
47 [@Starter]
48 -remove = GatherDir ; this is replaced by [Git::GatherDir]
49 ReadmeAnyFromPod.source_filename = lib/HTML/FormFu/Model/DBIC.pm
50
51 [ReadmeAnyFromPod / Pod_Readme]
52 type = pod
53 location = root ; do not include pod readmes in the build!
4954
50 ; This keeps github happier by putting a README.pod into the repo
51 [ReadmeAnyFromPod / ReadmePodInRoot]
52 type = pod
53 filename = README.pod
54 location = root
55
56 [@Basic]
5755 [@Git]
56 changelog = Changes
5857 allow_dirty = dist.ini
5958 allow_dirty = README.pod
6059 allow_dirty = Changes
60 commit_msg = v%v%t - %d%n%n%c
61 tag_format = v%v%t ; see Git::Tag
62 tag_message = v%v%t - %d ; see Git::Tag