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