make spelling tests pass
[gitmo/MooseX-ConfigFromFile.git] / dist.ini
CommitLineData
0d6fca1b 1name = MooseX-ConfigFromFile
2author = Brandon L. Black, <blblack@gmail.com>
3abstract = An abstract Moose role for setting attributes from a configfile
4copyright_holder = Brandon L. Black
5license = Perl_5
6
7[MetaResources]
8bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-ConfigFromFile
9bugtracker.mailto = bug-MooseX-ConfigFromFile@rt.cpan.org
10; r/w: gitmo@git.moose.perl.org:MooseX-ConfigFromFile.git
11repository.url = git://git.moose.perl.org/MooseX-ConfigFromFile.git
12repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-ConfigFromFile.git;a=summary
13repository.type = git
14
15[Git::GatherDir]
16
17[@Filter]
18-bundle = @Basic
19-remove = GatherDir
20
21; use V= to override; otherwise version is incremented from last tag
22[Git::NextVersion]
23version_regexp = ^v([\d._]+)(-TRIAL)?$
24
25[AutoPrereqs]
26
27[InstallGuide]
28[MetaConfig]
29[MetaProvides::Package]
30[MetaJSON]
31[Git::Describe]
32[PkgVersion]
33[MinimumPerl]
34
35[ReadmeAnyFromPod]
36type = markdown
37filename = README.md
38location = root
39
40[NoTabsTests]
41[EOLTests]
42[PodSyntaxTests]
43[PodCoverageTests]
44;[Test::Pod::LinkCheck] many outstanding bugs
45[Test::Pod::No404s]
46[Test::PodSpelling]
491a1083 47stopwords = Lukasiak
48stopwords = Prather
49stopwords = Zbigniew
50stopwords = configfile
0d6fca1b 51
52[Test::Compile]
53bail_out_on_fail = 1
54
55[Test::MinimumVersion]
56[MetaTests]
57[Test::CPAN::Changes]
58[Test::Version]
59;[Test::UnusedVars] ; broken in 5.16.0!
60[Test::ChangesHasContent]
61
62[Test::CheckDeps]
63:version = 0.005
64fatal = 1
65
66[CheckPrereqsIndexed]
67
68[Git::Remote::Check]
69remote_branch = master
70
71[Git::CheckFor::CorrectBranch]
72:version = 0.004
73release_branch = master
74release_branch = stable
75
76[Git::Check]
77allow_dirty = README.md
78
79[NextRelease]
80:version = 4.300018
81format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
82
83[Git::Commit]
84allow_dirty = Changes
85allow_dirty = README.md
86commit_msg = %N-%v%t%n%n%c
87
88[Git::Tag]
89tag_format = v%v%t
90tag_message = v%v%t
91
92[Git::Push]
93
94[InstallRelease]
95install_command = cpanm .
96
97[Clean]