add MooseX::SimpleConfig, MooseX::Getopt to recommendation list
[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$
233548dd 31skip = ^Generic$
93a10512 32skip = ^MooseX::SimpleConfig$
33skip = ^MooseX::Getopt$
0d6fca1b 34
2bb6422d 35[Prereqs / TestRecommends]
36MooseX::SimpleConfig = 0
37MooseX::Getopt = 0
38
0d6fca1b 39[InstallGuide]
40[MetaConfig]
41[MetaProvides::Package]
42[MetaJSON]
43[Git::Describe]
44[PkgVersion]
45[MinimumPerl]
46
47[ReadmeAnyFromPod]
48type = markdown
49filename = README.md
50location = root
51
52[NoTabsTests]
53[EOLTests]
54[PodSyntaxTests]
55[PodCoverageTests]
56;[Test::Pod::LinkCheck] many outstanding bugs
57[Test::Pod::No404s]
58[Test::PodSpelling]
491a1083 59stopwords = Lukasiak
60stopwords = Prather
61stopwords = Zbigniew
62stopwords = configfile
0d6fca1b 63
64[Test::Compile]
65bail_out_on_fail = 1
66
67[Test::MinimumVersion]
68[MetaTests]
69[Test::CPAN::Changes]
70[Test::Version]
71;[Test::UnusedVars] ; broken in 5.16.0!
72[Test::ChangesHasContent]
73
74[Test::CheckDeps]
75:version = 0.005
76fatal = 1
77
78[CheckPrereqsIndexed]
79
80[Git::Remote::Check]
81remote_branch = master
82
83[Git::CheckFor::CorrectBranch]
84:version = 0.004
85release_branch = master
86release_branch = stable
87
88[Git::Check]
89allow_dirty = README.md
90
91[NextRelease]
92:version = 4.300018
93format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
94
95[Git::Commit]
96allow_dirty = Changes
97allow_dirty = README.md
98commit_msg = %N-%v%t%n%n%c
99
100[Git::Tag]
101tag_format = v%v%t
102tag_message = v%v%t
103
104[Git::Push]
105
106[InstallRelease]
107install_command = cpanm .
108
109[Clean]