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