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