dist.ini improvements
[gitmo/MooseX-AlwaysCoerce.git] / dist.ini
CommitLineData
e0e392c6 1name = MooseX-AlwaysCoerce
2author = Rafael Kitover <rkitover@cpan.org>
3author = Michael G. Schwern <mschwern@cpan.org>
4author = Karen Etheridge <ether@cpan.org>
5abstract = Automatically enable coercions for Moose attributes
6license = Perl_5
7
8; version is taken from the last git tag, plus 1.
9; override with the V environment variable.
10[Git::NextVersion]
11
12[MetaResources]
13bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-AlwaysCoerce
14repository.url = git://git.moose.perl.org/MooseX-AlwaysCoerce.git
15repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-AlwaysCoerce.git;a=summary
16repository.type = git
17
18[@Basic]
19
20[Prereqs / RuntimeRequires]
21Moose = 0
22namespace::autoclean = 0.12
23MooseX::ClassAttribute = 0.24
24Package::Stash = 0.26
25Carp = 0
26
27[Prereqs / TestRequires]
28Test::More = 0
29Test::Fatal = 0
30Test::NoWarnings = 1.04
31
50153bbc 32[InstallGuide]
33[MetaConfig]
34[MetaJSON]
35
10cbc474 36[Git::Describe]
50153bbc 37[PkgVersion]
38
39[NoTabsTests]
40[EOLTests]
41[Test::Compile]
42[Test::DistManifest]
43[Test::MinimumVersion]
44[Test::CPAN::Changes]
45[Test::ChangesHasContent]
10cbc474 46[MetaTests]
50153bbc 47
48[Test::CheckDeps]
49:version = 0.005
50fatal = 1
51
52[PodSyntaxTests]
53[CheckPrereqsIndexed]
54
55[Git::Remote::Check]
56remote_branch = master
57
58[Git::Check]
59allow_dirty =
60
61[Git::CheckFor::CorrectBranch]
62:version = 0.004
63release_branch = master
64release_branch = stable
65
66; TODO: requires fixes for calculating last version
67; [Git::CheckFor::Fixups]
68
e0e392c6 69[NextRelease]
10cbc474 70:version = 4.300018
71format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
50153bbc 72
73[Git::Commit]
74allow-dirty = Changes
75commit_msg = %N-%v%t%n%n%c
76
77[Git::Tag]
78tag_message = v%v%t
79
80[Git::Push]
81
82[InstallRelease]
83install_command = cpanm .
84
85[Clean]