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