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