preapre for 006
Marcus Ramberg [Mon, 13 Nov 2006 13:20:02 +0000 (13:20 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 977ace6..b802412 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 This file documents the revision history for Perl extension Catalyst.
 
-5.7006
+5.7006 2006-11-03 14.18
+       - Updated manifest
+       - Fix Slurp dependency
         - Updated HTTP::Body dependency to 0.6, 0.5 can break on large POST requests.
         - Skip utf8 fix for undef values in uri_with() and uri_for()
 
index 5edff66..367b742 100644 (file)
@@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7005';
+our $VERSION = '5.7006';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 6519d6d..57bbb94 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7005';
+our $VERSION='5.7006';
 
 =head1 NAME