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