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