5.678 version and changes, not tagging because dist was built off 5.67 dist, not...
Andy Grundman [Mon, 24 Apr 2006 17:17:16 +0000 (17:17 +0000)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index 9882b7b..5737c18 100644 (file)
--- 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
index f1bfec4..d6f8e07 100644 (file)
@@ -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 ) = @_;