Changes for 0.24
[gitmo/MooseX-ClassAttribute.git] / dist.ini
index 96db28f..d73e3b1 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,8 +1,10 @@
 name = MooseX-ClassAttribute
 author  = Dave Rolsky <autarch@urth.org>
-copyright_year = 2010
+license = Artistic_2_0
+copyright_holder = Dave Rolsky
+copyright_year   = 2011
 
-version = 0.19
+version = 0.24
 
 [@Basic]
 
@@ -20,8 +22,7 @@ repository.type   = git
 
 [PkgVersion]
 
-;Kwalitee does not understand Test::Requires
-;[KwaliteeTests]
+[PodSyntaxTests]
 [NoTabsTests]
 [EOLTests]
 [Signature]
@@ -29,13 +30,14 @@ repository.type   = git
 [CheckChangeLog]
 
 [Prereqs]
-Moose                = 1.15
-namespace::autoclean = 0
+Moose                = 1.23
+namespace::autoclean = 0.11
+namespace::clean     = 0.20
 
 [Prereqs / TestRequires]
-Test::More      = 0.88
-Test::Exception = 0
-Scalar::Util    = 0
-Test::Requires  = 0.05
+Test::Fatal    = 0
+Test::More     = 0.88
+Test::Requires = 0.05
+Scalar::Util   = 0
 
 [@Git]