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