add missing prereq
[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 Try::Tiny = 0
32
33 [Prereqs / TestRequires]
34 Test::Fatal = 0.003
35 Test::Warn = 0.21
36 Test::More = 0
37 Test::Requires = 0.05
38 Test::Trap = 0
39 Path::Tiny = 0
40 Test::NoWarnings = 1.04
41 Test::Moose = 0
42 Config::Any::YAML = 0
43 Scalar::Util = 0
44
45 [Prereqs / TestRecommends]
46 MooseX::ConfigFromFile = 0
47 MooseX::SimpleConfig = 0.07
48
49 [InstallGuide]
50 [MetaConfig]
51 [MetaProvides::Package]
52 [Git::Describe]
53 [MinimumPerl]
54
55 [Test::DistManifest]
56 [Test::Compile]
57 [Test::MinimumVersion]
58 [MetaTests]
59 [Test::CPAN::Changes]
60 [Test::ChangesHasContent]
61 [Test::Pod::LinkCheck]
62 [Test::Pod::No404s]
63 [CheckPrereqsIndexed]
64 [Test::Version]
65 [Test::CheckDeps]
66
67 [Git::Remote::Check]
68 remote_branch = master
69
70 [Git::CheckFor::CorrectBranch]
71 ; waiting for fix on tag formats
72 ;[Git::CheckFor::Fixups]
73
74 [Git::Check]
75 ; workaround for [@Git] bug
76 allow_dirty = NOTHING
77
78 ; automatically calculate the next version from the last git tag
79 ; override with V=
80 [Git::NextVersion]
81
82 ; add the version to Changes
83 [NextRelease]
84 :version = 4.300018
85 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
86
87 ; after release, the version in Changes file will be committed
88 ; with a message listing the changes for this release
89 [Git::Commit]
90 allow_dirty = Changes
91 commit_msg = %N-%v%t%n%n%c
92
93 ; ...and the resulting head commit will be tagged
94 [Git::Tag]
95 tag_format = v%v%t
96 tag_message = v%v%t
97
98 ; ...and then pushed to the origin repository
99 [Git::Push]
100
101 ; ...and installed locally
102 [InstallRelease]
103 install_command = cpanm .
104
105 ; ... and then we do 'dzil clean'
106 [Clean]