8545bb15220c4e0ecfc46489ed2be7a2326bb52c
[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::DistManifest]
47 [Test::MinimumVersion]
48 [Test::CPAN::Changes]
49 [Test::ChangesHasContent]
50 [MetaTests]
51
52 [Test::CheckDeps]
53 :version = 0.005
54 fatal = 1
55
56 [PodSyntaxTests]
57 [CheckPrereqsIndexed]
58
59 [Git::Remote::Check]
60 remote_branch = master
61
62 [Git::Check]
63 allow_dirty =
64
65 [Git::CheckFor::CorrectBranch]
66 :version = 0.004
67 release_branch = master
68 release_branch = stable
69
70 ; TODO: requires fixes for calculating last version
71 ; [Git::CheckFor::Fixups]
72
73 [NextRelease]
74 :version = 4.300018
75 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
76
77 [Git::Commit]
78 allow-dirty = Changes
79 commit_msg = %N-%v%t%n%n%c
80
81 [Git::Tag]
82 tag_message = v%v%t
83
84 [Git::Push]
85
86 [InstallRelease]
87 install_command = cpanm .
88
89 [Clean]