Merge branch 'topic/dzil_conversion'
[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
36[PkgVersion]
37
38[NoTabsTests]
39[EOLTests]
40[Test::Compile]
41[Test::DistManifest]
42[Test::MinimumVersion]
43[Test::CPAN::Changes]
44[Test::ChangesHasContent]
45
46[Test::CheckDeps]
47:version = 0.005
48fatal = 1
49
50[PodSyntaxTests]
51[CheckPrereqsIndexed]
52
53[Git::Remote::Check]
54remote_branch = master
55
56[Git::Check]
57allow_dirty =
58
59[Git::CheckFor::CorrectBranch]
60:version = 0.004
61release_branch = master
62release_branch = stable
63
64; TODO: requires fixes for calculating last version
65; [Git::CheckFor::Fixups]
66
e0e392c6 67[NextRelease]
68format = %-9v %{yyyy-MM-dd HH:mm:ss ZZZZ}d
50153bbc 69
70[Git::Commit]
71allow-dirty = Changes
72commit_msg = %N-%v%t%n%n%c
73
74[Git::Tag]
75tag_message = v%v%t
76
77[Git::Push]
78
79[InstallRelease]
80install_command = cpanm .
81
82[Clean]