remove Test::Deep usage that is not that necessary
[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
46 [InstallGuide]
47 [MetaConfig]
48 [MetaProvides::Package]
49 [Git::Describe]
50 [MinimumPerl]
51
52 [Test::DistManifest]
53 [Test::Compile]
54 [Test::MinimumVersion]
55 [MetaTests]
56 [Test::CPAN::Changes]
57 [Test::ChangesHasContent]
58 [Test::Pod::LinkCheck]
59 [Test::Pod::No404s]
60 [CheckPrereqsIndexed]
61 [Test::Version]
62 [Test::CheckDeps]
63
64 [Git::Remote::Check]
65 remote_branch = master
66
67 [Git::CheckFor::CorrectBranch]
68 ; waiting for fix on tag formats
69 ;[Git::CheckFor::Fixups]
70
71 [Git::Check]
72 ; workaround for [@Git] bug
73 allow_dirty = NOTHING
74
75 ; automatically calculate the next version from the last git tag
76 ; override with V=
77 [Git::NextVersion]
78
79 ; add the version to Changes
80 [NextRelease]
81 :version = 4.300018
82 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
83
84 ; after release, the version in Changes file will be committed
85 ; with a message listing the changes for this release
86 [Git::Commit]
87 allow_dirty = Changes
88 commit_msg = %N-%v%t%n%n%c
89
90 ; ...and the resulting head commit will be tagged
91 [Git::Tag]
92 tag_format = v%v%t
93 tag_message = v%v%t
94
95 ; ...and then pushed to the origin repository
96 [Git::Push]
97
98 ; ...and installed locally
99 [InstallRelease]
100 install_command = cpanm .
101
102 ; ... and then we do 'dzil clean'
103 [Clean]