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