prepare for cpan release
Marcus Ramberg [Tue, 21 Aug 2007 22:51:37 +0000 (22:51 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 859cb89..e848d37 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 e This file documents the revision history for Perl extension Catalyst.
 
-5.7009  2007-08-17 10:00:00
+5.7009  2007-08-22 00:14:00
         - Moved Manual.pod to Manual.pm and clarified status of 
           Catalyst-Manual dist
         - Doc patches to Catalyst::Controller
index 53110e6..f62bfe7 100644 (file)
@@ -63,7 +63,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7008';
+our $VERSION = '5.7009';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 7b10648..73aab33 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7008';
+our $VERSION='5.7009';
 
 =head1 NAME