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