convert all uses of Test::Exception to Test::Fatal.
[gitmo/MooseX-ClassAttribute.git] / dist.ini
index 5c00359..393f42d 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.18
+version = 0.20
 
 [@Basic]
 
@@ -20,7 +20,8 @@ repository.type   = git
 
 [PkgVersion]
 
-[KwaliteeTests]
+;Kwalitee does not understand Test::Requires
+;[KwaliteeTests]
 [NoTabsTests]
 [EOLTests]
 [Signature]
@@ -33,7 +34,7 @@ namespace::autoclean = 0
 
 [Prereqs / TestRequires]
 Test::More      = 0.88
-Test::Exception = 0
+Test::Fatal     = 0
 Scalar::Util    = 0
 Test::Requires  = 0.05