update .gitignore for dzil byproducts
[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
da191c2c 67[Test::ReportPrereqs]
0d6fca1b 68[Test::MinimumVersion]
69[MetaTests]
70[Test::CPAN::Changes]
71[Test::Version]
72;[Test::UnusedVars] ; broken in 5.16.0!
73[Test::ChangesHasContent]
74
75[Test::CheckDeps]
76:version = 0.005
77fatal = 1
78
79[CheckPrereqsIndexed]
80
81[Git::Remote::Check]
82remote_branch = master
83
84[Git::CheckFor::CorrectBranch]
85:version = 0.004
86release_branch = master
87release_branch = stable
88
89[Git::Check]
90allow_dirty = README.md
91
92[NextRelease]
93:version = 4.300018
94format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
95
96[Git::Commit]
97allow_dirty = Changes
98allow_dirty = README.md
99commit_msg = %N-%v%t%n%n%c
100
101[Git::Tag]
102tag_format = v%v%t
103tag_message = v%v%t
104
105[Git::Push]
106
107[InstallRelease]
108install_command = cpanm .
109
110[Clean]