MooseX-Getopt-0.54
[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 [MetaResources]
18 bugtracker.web    = https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Getopt
19 bugtracker.mailto = bug-MooseX-Getopt@rt.cpan.org
20 ; r/w: gitmo@git.moose.perl.org:MooseX-Getopt.git
21 repository.url    = git://git.moose.perl.org/MooseX-Getopt.git
22 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Getopt.git;a=summary
23 repository.type   = git
24
25 [@Basic]
26
27 [AutoPrereqs]
28 skip = ^(Base)?App
29 skip = MooseX::SimpleConfig
30 skip = MooseX::ConfigFromFile
31
32 [Prereqs / TestRecommends]
33 MooseX::ConfigFromFile = 0
34 MooseX::SimpleConfig = 0.07
35
36 [InstallGuide]
37 [MetaConfig]
38 [MetaProvides::Package]
39 [Git::Describe]
40 [MinimumPerl]
41 [MetaJSON]
42 [PkgVersion]
43
44 [Authority]
45 authority = cpan:STEVAN
46
47 [PodWeaver]
48 config_plugin = @FLORA
49
50 [PodSyntaxTests]
51 [PodCoverageTests]
52 [NoTabsTests]
53 [EOLTests]
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]