ba522ce7eddf29b5fa2a5ab668188441c88a7ee1
[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 bail_out_on_fail = 1
57
58 [Test::MinimumVersion]
59 [MetaTests]
60 [Test::CPAN::Changes]
61 [Test::ChangesHasContent]
62 [Test::Pod::LinkCheck]
63 [Test::Pod::No404s]
64 [CheckPrereqsIndexed]
65 [Test::Version]
66 [Test::CheckDeps]
67
68 [Git::Remote::Check]
69 remote_branch = master
70
71 [Git::CheckFor::CorrectBranch]
72 ; waiting for fix on tag formats
73 ;[Git::CheckFor::Fixups]
74
75 [Git::Check]
76 ; workaround for [@Git] bug
77 allow_dirty = NOTHING
78
79 ; automatically calculate the next version from the last git tag
80 ; override with V=
81 [Git::NextVersion]
82
83 ; add the version to Changes
84 [NextRelease]
85 :version = 4.300018
86 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
87
88 ; after release, the version in Changes file will be committed
89 ; with a message listing the changes for this release
90 [Git::Commit]
91 allow_dirty = Changes
92 commit_msg = %N-%v%t%n%n%c
93
94 ; ...and the resulting head commit will be tagged
95 [Git::Tag]
96 tag_format = v%v%t
97 tag_message = v%v%t
98
99 ; ...and then pushed to the origin repository
100 [Git::Push]
101
102 ; ...and installed locally
103 [InstallRelease]
104 install_command = cpanm .
105
106 ; ... and then we do 'dzil clean'
107 [Clean]