simplification of code, fixes #45260 and makes behavior same as Moose attributes
[gitmo/MooseX-ClassAttribute.git] / dist.ini
index 10d060d..0e603e5 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -4,7 +4,7 @@ license = Artistic_2_0
 copyright_holder = Dave Rolsky
 copyright_year   = 2011
 
-version = 0.21
+version = 0.22
 
 [@Basic]
 
@@ -32,11 +32,19 @@ repository.type   = git
 [Prereqs]
 Moose                = 1.15
 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]