prep for release
Marcus Ramberg [Wed, 22 Aug 2007 06:18:38 +0000 (06:18 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index e848d37..7912807 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 e This file documents the revision history for Perl extension Catalyst.
 
+5.7010  2007-08-22 07:41:00
+        - Resource forks in 5.7009
+
 5.7009  2007-08-22 00:14:00
         - Moved Manual.pod to Manual.pm and clarified status of 
           Catalyst-Manual dist
index f62bfe7..09ef82a 100644 (file)
@@ -63,7 +63,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7009';
+our $VERSION = '5.7010';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 73aab33..e04ed9e 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7009';
+our $VERSION='5.7010';
 
 =head1 NAME