Prepare for 5.71000 release
Marcus Ramberg [Sun, 18 Jan 2009 21:39:59 +0000 (21:39 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 40bde40..4ccbca0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.71000   2009-01-18 22:09:00
         - backport go doc patch
         - added ru/ua translations to error page
         - backport stripping build_requires
index f3701d6..0b75068 100644 (file)
@@ -64,7 +64,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7099_04';
+our $VERSION = '5.71000';
 
 sub import {
     my ( $class, @arguments ) = @_;
index e04753b..26861b4 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7099_04';
+our $VERSION='5.71000';
 
 $VERSION= eval $VERSION;