Prepare 5.7100
Marcus Ramberg [Wed, 16 Jul 2008 17:13:20 +0000 (17:13 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 548c4e7..9f9838c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.7XXXX   XXXX
+5.7100   2008-07-16 19:10:00
         - Added PathPrefix attribute
         - Removed Catalyst::Build; we've long since moved to Module::Install
         - Updated Catalyst::Test docs to mention the use of HTTP::Request
index c235127..998b4b0 100644 (file)
@@ -64,7 +64,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7099_01';
+our $VERSION = '5.7100';
 
 sub import {
     my ( $class, @arguments ) = @_;
index a4afb4f..08374e4 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7099_01';
+our $VERSION='5.7100';
 
 $VERSION= eval $VERSION;