list the optional prereqs as recommendations
[gitmo/MooseX-Getopt.git] / dist.ini
1 name = MooseX-Getopt
2 author = Stevan Little <stevan@iinteractive.com>
3 author = Brandon L. Black <blblack@gmail.com>
4 author = Yuval Kogman <nothingmuch@woobling.org>
5 author = Ryan D Johnson <ryan@innerfence.com>
6 author = Drew Taylor <drew@drewtaylor.com>
7 author = Tomas Doran <bobtfish@bobtfish.net>
8 author = Florian Ragwitz <rafl@debian.org>
9 author = Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
10 author = Ævar Arnfjörð Bjarmason <avar@cpan.org>
11 author = Chris Prather <perigrin@cpan.org>
12 author = Karen Etheridge <ether@cpan.org>
13 author = Jonathan Swartz <swartz@pobox.com>
14 license = Perl_5
15 copyright_holder = Infinity Interactive, Inc
16
17 [@FLORA]
18 dist = MooseX-Getopt
19 ; r/w: gitmo@git.moose.perl.org:MooseX-Getopt.git
20 ; r/o: git://git.moose.perl.org/MooseX-Getopt.git
21 ; web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Getopt.git;a=summary
22 repository_at = gitmo
23 authority = cpan:STEVAN
24 auto_prereq = 0
25
26 [Prereqs]
27 Getopt::Long = 2.37
28 Getopt::Long::Descriptive = 0.081
29 Moose = 0.56
30 MooseX::Role::Parameterized = 0
31
32 [Prereqs / TestRequires]
33 Test::Fatal = 0.003
34 Test::Warn = 0.21
35 Test::More = 0
36 Test::Requires = 0.05
37 Test::Trap = 0
38 Path::Class = 0
39 Test::NoWarnings = 1.04
40 Test::Moose = 0
41
42 [Prereqs / TestRecommends]
43 MooseX::ConfigFromFile = 0
44 MooseX::SimpleConfig = 0.07
45 Test::Deep = 0
46
47 [InstallGuide]
48 [MetaConfig]
49 [MetaProvides::Package]
50 [Git::Describe]
51 [MinimumPerl]
52
53 [Test::DistManifest]
54 [Test::Compile]
55 [Test::MinimumVersion]
56 [MetaTests]
57 [Test::CPAN::Changes]
58 [Test::ChangesHasContent]
59 [Test::Pod::LinkCheck]
60 [Test::Pod::No404s]
61 [CheckPrereqsIndexed]
62 [Test::Version]
63 [Test::CheckDeps]
64
65 [Git::Remote::Check]
66 remote_branch = master
67
68 [Git::CheckFor::CorrectBranch]
69 ; waiting for fix on tag formats
70 ;[Git::CheckFor::Fixups]
71
72 [Git::Check]
73 ; workaround for [@Git] bug
74 allow_dirty = NOTHING
75
76 ; automatically calculate the next version from the last git tag
77 ; override with V=
78 [Git::NextVersion]
79
80 ; add the version to Changes
81 [NextRelease]
82 :version = 4.300018
83 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
84
85 ; after release, the version in Changes file will be committed
86 ; with a message listing the changes for this release
87 [Git::Commit]
88 allow_dirty = Changes
89 commit_msg = %N-%v%t%n%n%c
90
91 ; ...and the resulting head commit will be tagged
92 [Git::Tag]
93 tag_format = v%v%t
94 tag_message = v%v%t
95
96 ; ...and then pushed to the origin repository
97 [Git::Push]
98
99 ; ...and installed locally
100 [InstallRelease]
101 install_command = cpanm .
102
103 ; ... and then we do 'dzil clean'
104 [Clean]