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