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