73d472989e20bc670b12185b7969c9ecfb6d47a2
[gitmo/MooseX-ConfigFromFile.git] / dist.ini
1 name        = MooseX-ConfigFromFile
2 author      = Brandon L. Black, <blblack@gmail.com>
3 abstract    = An abstract Moose role for setting attributes from a configfile
4 copyright_holder = Brandon L. Black
5 license     = Perl_5
6
7 [MetaResources]
8 bugtracker.web    = https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-ConfigFromFile
9 bugtracker.mailto = bug-MooseX-ConfigFromFile@rt.cpan.org
10 ; r/w: gitmo@git.moose.perl.org:MooseX-ConfigFromFile.git
11 repository.url    = git://git.moose.perl.org/MooseX-ConfigFromFile.git
12 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-ConfigFromFile.git;a=summary
13 repository.type   = git
14
15 [Git::GatherDir]
16
17 [@Filter]
18 -bundle = @Basic
19 -remove = GatherDir
20
21 ; use V= to override; otherwise version is incremented from last tag
22 [Git::NextVersion]
23 version_regexp = ^v([\d._]+)(-TRIAL)?$
24
25 [AutoPrereqs]
26
27 [InstallGuide]
28 [MetaConfig]
29 [MetaProvides::Package]
30 [MetaJSON]
31 [Git::Describe]
32 [PkgVersion]
33 [MinimumPerl]
34
35 [ReadmeAnyFromPod]
36 type = markdown
37 filename = README.md
38 location = root
39
40 [NoTabsTests]
41 [EOLTests]
42 [PodSyntaxTests]
43 [PodCoverageTests]
44 ;[Test::Pod::LinkCheck]     many outstanding bugs
45 [Test::Pod::No404s]
46 [Test::PodSpelling]
47
48 [Test::Compile]
49 bail_out_on_fail = 1
50
51 [Test::MinimumVersion]
52 [MetaTests]
53 [Test::CPAN::Changes]
54 [Test::Version]
55 ;[Test::UnusedVars]  ; broken in 5.16.0!
56 [Test::ChangesHasContent]
57
58 [Test::CheckDeps]
59 :version = 0.005
60 fatal = 1
61
62 [CheckPrereqsIndexed]
63
64 [Git::Remote::Check]
65 remote_branch = master
66
67 [Git::CheckFor::CorrectBranch]
68 :version = 0.004
69 release_branch = master
70 release_branch = stable
71
72 [Git::Check]
73 allow_dirty = README.md
74
75 [NextRelease]
76 :version = 4.300018
77 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
78
79 [Git::Commit]
80 allow_dirty = Changes
81 allow_dirty = README.md
82 commit_msg = %N-%v%t%n%n%c
83
84 [Git::Tag]
85 tag_format = v%v%t
86 tag_message = v%v%t
87
88 [Git::Push]
89
90 [InstallRelease]
91 install_command = cpanm .
92
93 [Clean]