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