initial dzil conversion, with minimal dist.ini
[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 [@Basic]
19
20 [Prereqs / RuntimeRequires]
21 Moose = 0
22 namespace::autoclean = 0.12
23 MooseX::ClassAttribute = 0.24
24 Package::Stash = 0.26
25 Carp = 0
26
27 [Prereqs / TestRequires]
28 Test::More  = 0
29 Test::Fatal = 0
30 Test::NoWarnings = 1.04
31
32 [NextRelease]
33 format = %-9v %{yyyy-MM-dd HH:mm:ss ZZZZ}d