make spelling tests pass
[gitmo/MooseX-ConfigFromFile.git] / dist.ini
1 name        = MooseX-ConfigFromFile
2 author      = Brandon L. Black, <blblack@gmail.com>
3 abstract    = An abstract Moose role for setting attributes from a configfile
4 copyright_holder = Brandon L. Black
5 license     = Perl_5
6
7 [MetaResources]
8 bugtracker.web    = https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-ConfigFromFile
9 bugtracker.mailto = bug-MooseX-ConfigFromFile@rt.cpan.org
10 ; r/w: gitmo@git.moose.perl.org:MooseX-ConfigFromFile.git
11 repository.url    = git://git.moose.perl.org/MooseX-ConfigFromFile.git
12 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-ConfigFromFile.git;a=summary
13 repository.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]
23 version_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]
36 type = markdown
37 filename = README.md
38 location = root
39
40 [NoTabsTests]
41 [EOLTests]
42 [PodSyntaxTests]
43 [PodCoverageTests]
44 ;[Test::Pod::LinkCheck]     many outstanding bugs
45 [Test::Pod::No404s]
46 [Test::PodSpelling]
47 stopwords = Lukasiak
48 stopwords = Prather
49 stopwords = Zbigniew
50 stopwords = configfile
51
52 [Test::Compile]
53 bail_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
64 fatal = 1
65
66 [CheckPrereqsIndexed]
67
68 [Git::Remote::Check]
69 remote_branch = master
70
71 [Git::CheckFor::CorrectBranch]
72 :version = 0.004
73 release_branch = master
74 release_branch = stable
75
76 [Git::Check]
77 allow_dirty = README.md
78
79 [NextRelease]
80 :version = 4.300018
81 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
82
83 [Git::Commit]
84 allow_dirty = Changes
85 allow_dirty = README.md
86 commit_msg = %N-%v%t%n%n%c
87
88 [Git::Tag]
89 tag_format = v%v%t
90 tag_message = v%v%t
91
92 [Git::Push]
93
94 [InstallRelease]
95 install_command = cpanm .
96
97 [Clean]