add "provides" and minimum perl version to metadata
[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 ; r/w repository: git@github.com:karenetheridge/mx-alwayscoerce.git
16 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-AlwaysCoerce.git;a=summary
17 repository.type   = git
18
19 [@Filter]
20 -bundle = @Basic
21 -remove = GatherDir
22
23 [Git::GatherDir]
24
25 [AutoPrereqs]
26 skip = ^MyRole$
27
28 [Prereqs / RuntimeRequires]
29 Package::Stash = 0.26
30
31 [InstallGuide]
32 [MetaConfig]
33 [MetaProvides::Package]
34 [MetaJSON]
35 [Git::Describe]
36 [PkgVersion]
37 [MinimumPerl]
38
39 [NoTabsTests]
40 [EOLTests]
41 [Test::Compile]
42 [Test::MinimumVersion]
43 [Test::CPAN::Changes]
44 [Test::ChangesHasContent]
45 [MetaTests]
46
47 [Test::CheckDeps]
48 :version = 0.005
49 fatal = 1
50
51 [PodSyntaxTests]
52 [CheckPrereqsIndexed]
53
54 [Git::Remote::Check]
55 remote_branch = master
56
57 [Git::Check]
58 allow_dirty =
59
60 [Git::CheckFor::CorrectBranch]
61 :version = 0.004
62 release_branch = master
63 release_branch = stable
64
65 ; TODO: requires fixes for calculating last version
66 ; [Git::CheckFor::Fixups]
67
68 [NextRelease]
69 :version = 4.300018
70 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
71
72 [Git::Commit]
73 allow_dirty = Changes
74 commit_msg = %N-%v%t%n%n%c
75
76 [Git::Tag]
77 tag_format = v%v%t
78 tag_message = v%v%t
79
80 [Git::Push]
81
82 [InstallRelease]
83 install_command = cpanm .
84
85 [Clean]