Add license & copyright_holder, bump copy year
[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 ;Kwalitee does not understand Test::Requires
26 ;[KwaliteeTests]
27 [NoTabsTests]
28 [EOLTests]
29 [Signature]
30
31 [CheckChangeLog]
32
33 [Prereqs]
34 Moose                = 1.15
35 namespace::autoclean = 0
36
37 [Prereqs / TestRequires]
38 Test::Fatal    = 0
39 Test::More     = 0.88
40 Test::Requires = 0.05
41 Scalar::Util   = 0
42
43 [@Git]