done_testing is gone; no need for 0.88
[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 repository_at = gitmo
20 authority = cpan:STEVAN
21 auto_prereq = 0
22
23 [Prereqs]
24 Getopt::Long = 2.37
25 Getopt::Long::Descriptive = 0.081
26 Moose = 0.56
27 MooseX::Role::Parameterized = 0
28
29 [Prereqs / TestRequires]
30 Test::Fatal = 0.003
31 Test::Warn = 0.21
32 Test::More = 0
33 Test::Requires = 0.05
34 Test::Trap = 0
35 Path::Class = 0
36 Test::NoWarnings = 1.04
37
38 [InstallGuide]
39 [MetaConfig]
40 [MetaProvides::Package]
41 [Git::Describe]
42 [MinimumPerl]
43
44 [Test::DistManifest]
45 [Test::Compile]
46 [Test::MinimumVersion]
47 [MetaTests]
48 [Test::CPAN::Changes]
49 [Test::ChangesHasContent]
50 [Test::Pod::LinkCheck]
51 [Test::Pod::No404s]
52 [CheckPrereqsIndexed]
53 [Test::Version]
54 [Test::CheckDeps]
55
56 [Git::Remote::Check]
57 remote_branch = master
58
59 [Git::CheckFor::CorrectBranch]
60 ; waiting for fix on tag formats
61 ;[Git::CheckFor::Fixups]
62
63 [Git::Check]
64 ; workaround for [@Git] bug
65 allow_dirty = NOTHING
66
67 ; automatically calculate the next version from the last git tag
68 ; override with V=
69 [Git::NextVersion]
70
71 ; add the version to Changes
72 [NextRelease]
73 :version = 4.300018
74 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
75
76 ; after release, the version in Changes file will be committed
77 ; with a message listing the changes for this release
78 [Git::Commit]
79 allow_dirty = Changes
80 commit_msg = %N-%v%t%n%n%c
81
82 ; ...and the resulting head commit will be tagged
83 [Git::Tag]
84 tag_format = v%v%t
85 tag_message = v%v%t
86
87 ; ...and then pushed to the origin repository
88 [Git::Push]
89
90 ; ...and installed locally
91 [InstallRelease]
92 install_command = cpanm .
93
94 ; ... and then we do 'dzil clean'
95 [Clean]