find prereqs automatically
[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 [AutoPrereqs]
25 skip = ^MyRole$
26
27 [Prereqs / RuntimeRequires]
28 Package::Stash = 0.26
29
30 [InstallGuide]
31 [MetaConfig]
32 [MetaJSON]
33
34 [Git::Describe]
35 [PkgVersion]
36
37 [NoTabsTests]
38 [EOLTests]
39 [Test::Compile]
40 [Test::MinimumVersion]
41 [Test::CPAN::Changes]
42 [Test::ChangesHasContent]
43 [MetaTests]
44
45 [Test::CheckDeps]
46 :version = 0.005
47 fatal = 1
48
49 [PodSyntaxTests]
50 [CheckPrereqsIndexed]
51
52 [Git::Remote::Check]
53 remote_branch = master
54
55 [Git::Check]
56 allow_dirty =
57
58 [Git::CheckFor::CorrectBranch]
59 :version = 0.004
60 release_branch = master
61 release_branch = stable
62
63 ; TODO: requires fixes for calculating last version
64 ; [Git::CheckFor::Fixups]
65
66 [NextRelease]
67 :version = 4.300018
68 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
69
70 [Git::Commit]
71 allow_dirty = Changes
72 commit_msg = %N-%v%t%n%n%c
73
74 [Git::Tag]
75 tag_format = v%v%t
76 tag_message = v%v%t
77
78 [Git::Push]
79
80 [InstallRelease]
81 install_command = cpanm .
82
83 [Clean]