From: Andy Grundman Date: Mon, 24 Apr 2006 17:17:16 +0000 (+0000) Subject: 5.678 version and changes, not tagging because dist was built off 5.67 dist, not... X-Git-Tag: 5.7099_04~614 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=38d13baa16640c307601994cd40707d0e8e2b66c 5.678 version and changes, not tagging because dist was built off 5.67 dist, not trunk --- diff --git a/Changes b/Changes index 9882b7b..5737c18 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ This file documents the revision history for Perl extension Catalyst. +5.678 2006-04-24 12:30:00 + - Re-release of 5.67 without OSX metadata files. + 5.67 2006-04-23 08:50:00 - - Added $c->req->uri_with() helper + - Added $c->req->uri_with() helper - ConfigLoader: Updated to version 0.05 - Fix up Engine to avoid a new 5.8.8 warning - Added app name with :: support for PAR diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index f1bfec4..d6f8e07 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -61,7 +61,7 @@ __PACKAGE__->engine_class('Catalyst::Engine::CGI'); __PACKAGE__->request_class('Catalyst::Request'); __PACKAGE__->response_class('Catalyst::Response'); -our $VERSION = '5.67'; +our $VERSION = '5.678'; sub import { my ( $class, @arguments ) = @_;