force path to Path::Tiny so comparisons on win32 still work
[gitmo/MooseX-Getopt.git] / dist.ini
CommitLineData
669588e2 1name = MooseX-Getopt
669588e2 2author = Stevan Little <stevan@iinteractive.com>
3author = Brandon L. Black <blblack@gmail.com>
4author = Yuval Kogman <nothingmuch@woobling.org>
5author = Ryan D Johnson <ryan@innerfence.com>
6author = Drew Taylor <drew@drewtaylor.com>
7author = Tomas Doran <bobtfish@bobtfish.net>
8author = Florian Ragwitz <rafl@debian.org>
d03999d6 9author = Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
10author = Ævar Arnfjörð Bjarmason <avar@cpan.org>
669588e2 11author = Chris Prather <perigrin@cpan.org>
2398d628 12author = Karen Etheridge <ether@cpan.org>
97efedac 13author = Jonathan Swartz <swartz@pobox.com>
669588e2 14license = Perl_5
15copyright_holder = Infinity Interactive, Inc
16
17[@FLORA]
18dist = MooseX-Getopt
ea0883ad 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
4a498925 22repository_at = gitmo
669588e2 23authority = cpan:STEVAN
24e655d9 24auto_prereq = 0
25
6caf9a1a 26[Prereqs]
7d634446 27Getopt::Long = 2.37
28Getopt::Long::Descriptive = 0.081
29Moose = 0.56
192ae1aa 30MooseX::Role::Parameterized = 0
c4b5ae72 31Try::Tiny = 0
7d634446 32
6caf9a1a 33[Prereqs / TestRequires]
7d634446 34Test::Fatal = 0.003
35Test::Warn = 0.21
cfb042bc 36Test::More = 0
7d634446 37Test::Requires = 0.05
c885acae 38Test::Trap = 0
e202fd48 39Path::Tiny = 0
9fbb5be9 40Test::NoWarnings = 1.04
195fb408 41Test::Moose = 0
b54d5bf2 42Config::Any::YAML = 0
b54d5bf2 43Scalar::Util = 0
ab59e697 44
2a289664 45[Prereqs / TestRecommends]
46MooseX::ConfigFromFile = 0
47MooseX::SimpleConfig = 0.07
2a289664 48
52050e2c 49[InstallGuide]
50[MetaConfig]
51[MetaProvides::Package]
52[Git::Describe]
52050e2c 53[MinimumPerl]
54
ea0fc826 55[Test::DistManifest]
bdafc2de 56[Test::Compile]
57[Test::MinimumVersion]
58[MetaTests]
ab59e697 59[Test::CPAN::Changes]
8056b8da 60[Test::ChangesHasContent]
638b291b 61[Test::Pod::LinkCheck]
62[Test::Pod::No404s]
63[CheckPrereqsIndexed]
64[Test::Version]
b8b46105 65[Test::CheckDeps]
8056b8da 66
67[Git::Remote::Check]
68remote_branch = master
69
70[Git::CheckFor::CorrectBranch]
02f72400 71; waiting for fix on tag formats
72;[Git::CheckFor::Fixups]
ea0fc826 73
0ec8772c 74[Git::Check]
ebfe3192 75; workaround for [@Git] bug
76allow_dirty = NOTHING
0ec8772c 77
78; automatically calculate the next version from the last git tag
79; override with V=
80[Git::NextVersion]
81
82; add the version to Changes
f6e9269b 83[NextRelease]
c587fbc0 84:version = 4.300018
85format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d
0ec8772c 86
87; after release, the version in Changes file will be committed
88; with a message listing the changes for this release
89[Git::Commit]
fe7d1df5 90allow_dirty = Changes
46f97dbe 91commit_msg = %N-%v%t%n%n%c
0ec8772c 92
93; ...and the resulting head commit will be tagged
94[Git::Tag]
fe7d1df5 95tag_format = v%v%t
0ec8772c 96tag_message = v%v%t
362385c0 97
98; ...and then pushed to the origin repository
99[Git::Push]
fe7d1df5 100
101; ...and installed locally
102[InstallRelease]
103install_command = cpanm .
104
105; ... and then we do 'dzil clean'
106[Clean]