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