reuse common testing code in a base class
[gitmo/MooseX-ConfigFromFile.git] / dist.ini
1 name        = MooseX-ConfigFromFile
2 author      = Brandon L. Black, <blblack@gmail.com>
3 author      = Yuval Kogman <nothingmuch@woobling.org>
4 author      = Chris Prather <chris@prather.org>
5 author      = Karen Etheridge, <ether@cpan.org>
6 author      = Tomas Doran <bobtfish@bobtfish.net>
7 abstract    = An abstract Moose role for setting attributes from a configfile
8 copyright_holder = Brandon L. Black
9 license     = Perl_5
10
11 [MetaResources]
12 bugtracker.web    = https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-ConfigFromFile
13 bugtracker.mailto = bug-MooseX-ConfigFromFile@rt.cpan.org
14 ; r/w: gitmo@git.moose.perl.org:MooseX-ConfigFromFile.git
15 repository.url    = git://git.moose.perl.org/MooseX-ConfigFromFile.git
16 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-ConfigFromFile.git;a=summary
17 repository.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]
27 version_regexp = ^v([\d._]+)(-TRIAL)?$
28
29 [AutoPrereqs]
30 skip = ^A$
31 skip = ^Generic$
32
33 [InstallGuide]
34 [MetaConfig]
35 [MetaProvides::Package]
36 [MetaJSON]
37 [Git::Describe]
38 [PkgVersion]
39 [MinimumPerl]
40
41 [ReadmeAnyFromPod]
42 type = markdown
43 filename = README.md
44 location = root
45
46 [NoTabsTests]
47 [EOLTests]
48 [PodSyntaxTests]
49 [PodCoverageTests]
50 ;[Test::Pod::LinkCheck]     many outstanding bugs
51 [Test::Pod::No404s]
52 [Test::PodSpelling]
53 stopwords = Lukasiak
54 stopwords = Prather
55 stopwords = Zbigniew
56 stopwords = configfile
57
58 [Test::Compile]
59 bail_out_on_fail = 1
60
61 [Test::MinimumVersion]
62 [MetaTests]
63 [Test::CPAN::Changes]
64 [Test::Version]
65 ;[Test::UnusedVars]  ; broken in 5.16.0!
66 [Test::ChangesHasContent]
67
68 [Test::CheckDeps]
69 :version = 0.005
70 fatal = 1
71
72 [CheckPrereqsIndexed]
73
74 [Git::Remote::Check]
75 remote_branch = master
76
77 [Git::CheckFor::CorrectBranch]
78 :version = 0.004
79 release_branch = master
80 release_branch = stable
81
82 [Git::Check]
83 allow_dirty = README.md
84
85 [NextRelease]
86 :version = 4.300018
87 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
88
89 [Git::Commit]
90 allow_dirty = Changes
91 allow_dirty = README.md
92 commit_msg = %N-%v%t%n%n%c
93
94 [Git::Tag]
95 tag_format = v%v%t
96 tag_message = v%v%t
97
98 [Git::Push]
99
100 [InstallRelease]
101 install_command = cpanm .
102
103 [Clean]