From: Marcus Ramberg Date: Wed, 16 Jul 2008 17:32:35 +0000 (+0000) Subject: prepare for devel release X-Git-Tag: 5.7099_04~47 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4795aab27982594222fa60496b591ef42e8945d9;hp=68964646bfb84dc0e6a31daa93271628a38c34c8 prepare for devel release --- diff --git a/Changes b/Changes index 9f9838c..c6b929d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. -5.7100 2008-07-16 19:10:00 +5.7099_02 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 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 998b4b0..9603539 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -64,7 +64,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7100'; +our $VERSION = '5.7099_02'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 08374e4..183100a 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.7100'; +our $VERSION='5.7099_02'; $VERSION= eval $VERSION;