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