Update dist.ini and add $NEXT token to changelog
Dave Rolsky [Wed, 16 Jan 2013 15:36:34 +0000 (09:36 -0600)]
ChangeLog
dist.ini

index 7988d04..36f2b73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,4 @@
-Revision history for Perl extension MooseX-Params-Validate
-
+{{$NEXT}}
     - Fix tests that broke with new hash randomization in 5.17.6. (Dagfinn
       Ilmari MannsÃ¥ker)
 
index 72932d5..eadef5f 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -9,9 +9,10 @@ version = 0.16
 [Authority]
 authority = cpan:STEVAN
 
-[@Basic]
+[NextRelease]
+format = %-6v %{yyyy-MM-dd}d
 
-[PkgVersion]
+[@Basic]
 
 [InstallGuide]
 [MetaJSON]
@@ -23,24 +24,16 @@ repository.url    = git://git.moose.perl.org/MooseX-Params-Validate.git
 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Params-Validate.git
 repository.type   = git
 
-[PodWeaver]
-[PodSyntaxTests]
-[NoTabsTests]
-[EOLTests]
-[Signature]
+[SurgicalPodWeaver]
 
-[CheckChangeLog]
+[PkgVersion]
 
-[Prereqs]
-Carp             = 0
-Devel::Caller    = 0
-Moose            = 0.58
-Params::Validate = 0.88
-Scalar::Util     = 0
-Sub::Exporter    = 0
+[EOLTests]
+[NoTabsTests]
+[PodSyntaxTests]
+[Test::Pod::LinkCheck]
+[Test::Pod::No404s]
 
-[Prereqs / TestRequires]
-Test::Fatal = 0.001
-Test::More  = 0.88
+[AutoPrereqs]
 
 [@Git]