Bump version and add some tests
[gitmo/MooseX-StrictConstructor.git] / dist.ini
index 24ae981..68cbaea 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,8 +1,12 @@
 name = MooseX-StrictConstructor
 author  = Dave Rolsky <autarch@urth.org>
-copyright_year = 2010
+license = Artistic_2_0
+copyright_holder = Dave Rolsky
 
-version = 0.11
+version = 0.17
+
+[NextRelease]
+format = %-8v %{yyyy-MM-dd}d
 
 [@Basic]
 
@@ -20,19 +24,21 @@ repository.type   = git
 
 [PkgVersion]
 
-[KwaliteeTests]
-[PodTests]
-[NoTabsTests]
 [EOLTests]
-[Signature]
+[NoTabsTests]
+[PodSyntaxTests]
+[Test::CPAN::Changes]
+[Test::Pod::LinkCheck]
+[Test::Pod::No404s]
 
 [CheckChangeLog]
 
 [Prereqs]
 Moose = 0.94
+namespace::autoclean = 0
 
 [Prereqs / TestRequires]
-Test::Exception = 0
-Test::More      = 0.88
+Test::Fatal = 0
+Test::More  = 0.88
 
 [@Git]