From: Brian Cassidy Date: Wed, 21 Mar 2007 17:17:28 +0000 (+0000) Subject: update Changes + VERSION X-Git-Tag: 5.7099_04~223 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e68d00625f7d7e622554ce02df105446be9ebf6b update Changes + VERSION --- diff --git a/Changes b/Changes index 7b4caae..03cbe0f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ This file documents the revision history for Perl extension Catalyst. +5.7008 XXXX-XX-XX - Add warning in uri_for + - Allow "0" for a path in uri_for 5.7007 2006-03-13 14:18:00 - Performance and stability improvements to the built-in HTTP server. diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c290789..8dc5849 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7007'; +our $VERSION = '5.7008'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 1970297..7b10648 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.7007'; +our $VERSION='5.7008'; =head1 NAME