also test a class whose parent is strict
[gitmo/MooseX-StrictConstructor.git] / dist.ini
index 24ae981..7bf6772 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,8 +1,10 @@
 name = MooseX-StrictConstructor
 author  = Dave Rolsky <autarch@urth.org>
-copyright_year = 2010
+license = Artistic_2_0
+copyright_holder = Dave Rolsky
+copyright_year   = 2010
 
-version = 0.11
+version = 0.13
 
 [@Basic]
 
@@ -20,8 +22,8 @@ repository.type   = git
 
 [PkgVersion]
 
-[KwaliteeTests]
-[PodTests]
+[PodCoverageTests]
+[PodSyntaxTests]
 [NoTabsTests]
 [EOLTests]
 [Signature]
@@ -30,9 +32,10 @@ repository.type   = git
 
 [Prereqs]
 Moose = 0.94
+namespace::autoclean = 0
 
 [Prereqs / TestRequires]
-Test::Exception = 0
-Test::More      = 0.88
+Test::Fatal = 0
+Test::More  = 0.88
 
 [@Git]