simplification of code, fixes #45260 and makes behavior same as Moose attributes
[gitmo/MooseX-ClassAttribute.git] / dist.ini
index f50dd56..0e603e5 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.20
+version = 0.22
 
 [@Basic]
 
@@ -20,8 +22,7 @@ repository.type   = git
 
 [PkgVersion]
 
-;Kwalitee does not understand Test::Requires
-;[KwaliteeTests]
+[PodSyntaxTests]
 [NoTabsTests]
 [EOLTests]
 [Signature]
@@ -30,12 +31,20 @@ repository.type   = git
 
 [Prereqs]
 Moose                = 1.15
-namespace::autoclean = 0
+namespace::autoclean = 0.11
+namespace::clean     = 0.20
 
 [Prereqs / TestRequires]
 Test::Fatal    = 0
 Test::More     = 0.88
 Test::Requires = 0.05
 Scalar::Util   = 0
+Test::More      = 0.88
+Test::Exception = 0
+Scalar::Util    = 0
+Test::Requires  = 0.05
+Test::Deep      = 0
+Test::NoWarnings = 0
+MooseX::Strict::Role = 0
 
 [@Git]