93b5767d140e0d3753432e96cf66c8d9eda5fb2e
[gitmo/MooseX-ClassAttribute.git] / dist.ini
1 name = MooseX-ClassAttribute
2 author  = Dave Rolsky <autarch@urth.org>
3 license = Artistic_2_0
4 copyright_holder = Dave Rolsky
5 copyright_year   = 2011
6
7 version = 0.21
8
9 [@Basic]
10
11 [InstallGuide]
12 [MetaJSON]
13
14 [MetaResources]
15 bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-ClassAttribute
16 bugtracker.mailto = bug-moosex-classattribute@rt.cpan.org
17 repository.url    = git://git.moose.perl.org/MooseX-ClassAttribute.git
18 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-ClassAttribute.git;a=summary
19 repository.type   = git
20
21 [PodWeaver]
22
23 [PkgVersion]
24
25 [NoTabsTests]
26 [EOLTests]
27 [Signature]
28
29 [CheckChangeLog]
30
31 [Prereqs]
32 Moose                = 1.15
33 namespace::autoclean = 0
34
35 [Prereqs / TestRequires]
36 Test::Fatal    = 0
37 Test::More     = 0.88
38 Test::Requires = 0.05
39 Scalar::Util   = 0
40
41 [@Git]