Bump version
[gitmo/MooseX-ClassAttribute.git] / dist.ini
index 50475b7..2530e67 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -2,7 +2,7 @@ name = MooseX-ClassAttribute
 author  = Dave Rolsky <autarch@urth.org>
 copyright_year = 2010
 
-version = 0.16
+version = 0.21
 
 [@Basic]
 
@@ -20,7 +20,8 @@ repository.type   = git
 
 [PkgVersion]
 
-[KwaliteeTests]
+;Kwalitee does not understand Test::Requires
+;[KwaliteeTests]
 [NoTabsTests]
 [EOLTests]
 [Signature]
@@ -28,11 +29,13 @@ repository.type   = git
 [CheckChangeLog]
 
 [Prereqs]
-Moose                = 0.98
+Moose                = 1.15
 namespace::autoclean = 0
 
 [Prereqs / TestRequires]
-Test::More   = 0.88
-Scalar::Util = 0
+Test::Fatal    = 0
+Test::More     = 0.88
+Test::Requires = 0.05
+Scalar::Util   = 0
 
 [@Git]