From: Marcus Ramberg Date: Wed, 22 Aug 2007 06:18:38 +0000 (+0000) Subject: prep for release X-Git-Tag: 5.7099_04~150 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=328f67a76b568a93945d2ccd4f1d7ffccb1c65dd prep for release --- diff --git a/Changes b/Changes index e848d37..7912807 100644 --- 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 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f62bfe7..09ef82a 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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 ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 73aab33..e04ed9e 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -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