only bundle files known to git
[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
24[Prereqs / RuntimeRequires]
25Moose = 0
26namespace::autoclean = 0.12
27MooseX::ClassAttribute = 0.24
28Package::Stash = 0.26
29Carp = 0
30
31[Prereqs / TestRequires]
32Test::More = 0
33Test::Fatal = 0
34Test::NoWarnings = 1.04
35
50153bbc 36[InstallGuide]
37[MetaConfig]
38[MetaJSON]
39
10cbc474 40[Git::Describe]
50153bbc 41[PkgVersion]
42
43[NoTabsTests]
44[EOLTests]
45[Test::Compile]
46[Test::DistManifest]
47[Test::MinimumVersion]
48[Test::CPAN::Changes]
49[Test::ChangesHasContent]
10cbc474 50[MetaTests]
50153bbc 51
52[Test::CheckDeps]
53:version = 0.005
54fatal = 1
55
56[PodSyntaxTests]
57[CheckPrereqsIndexed]
58
59[Git::Remote::Check]
60remote_branch = master
61
62[Git::Check]
63allow_dirty =
64
65[Git::CheckFor::CorrectBranch]
66:version = 0.004
67release_branch = master
68release_branch = stable
69
70; TODO: requires fixes for calculating last version
71; [Git::CheckFor::Fixups]
72
e0e392c6 73[NextRelease]
10cbc474 74:version = 4.300018
75format = %-8V %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
50153bbc 76
77[Git::Commit]
78allow-dirty = Changes
79commit_msg = %N-%v%t%n%n%c
80
81[Git::Tag]
82tag_message = v%v%t
83
84[Git::Push]
85
86[InstallRelease]
87install_command = cpanm .
88
89[Clean]