Add spelling test
[gitmo/Package-DeprecationManager.git] / dist.ini
index d1b75dd..7c1a225 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,8 +1,12 @@
 name    = Package-DeprecationManager
 author  = Dave Rolsky <autarch@urth.org>
-copyright_year = 2010
+license = Artistic_2_0
+copyright_holder = Dave Rolsky
 
-version = 0.05
+version = 0.11
+
+[NextRelease]
+format = %-8v %{yyyy-MM-dd}d
 
 [@Basic]
 
@@ -16,25 +20,27 @@ repository.url    = git://git.moose.perl.org/Package-DeprecationManager.git
 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Package-DeprecationManager.git;a=summary
 repository.type   = git
 
-[PodWeaver]
+[SurgicalPodWeaver]
 
 [PkgVersion]
 
-[KwaliteeTests]
-[PodTests]
-[NoTabsTests]
 [EOLTests]
-[Signature]
-
-[CheckChangeLog]
+[NoTabsTests]
+[PodCoverageTests]
+[PodSyntaxTests]
+[Test::CPAN::Changes]
+[Test::Pod::LinkCheck]
+[Test::Pod::No404s]
 
 [Prereqs]
-Carp         = 0
-Params::Util = 0
-Sub::Install = 0
+Carp            = 0
+List::MoreUtils = 0
+Params::Util    = 0
+Sub::Install    = 0
 
 [Prereqs / TestRequires]
-Test::Exception = 0
+Test::Fatal     = 0
 Test::More      = 0.88
+Test::Requires  = 0
 
 [@Git]