prepared for dev relase 03
Marcus Ramberg [Wed, 28 Jun 2006 21:43:22 +0000 (21:43 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 49e072c..bc00a04 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,14 @@
 This file documents the revision history for Perl extension Catalyst.
 
+5.70_03  2006-06-28 16:42:00
         - fixup to registered plugins debug at app startup
         - refactored Catalyst::Utils::home
+
+5.70_02  2006-06-27 11:51:00
+       - Updated tutorial.
+
+5.70_01  2006-06-26 10:49:00
+
         - fixed a Catalyst::Base bug causing duplicate action registrations
         - modified DispatchTypes to support multiple registrations
         - added Catalyst::Runtime module as dist marker
index ec1b247..bed3503 100644 (file)
@@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.70_01';
+our $VERSION = '5.70_03';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 38002d9..7c65922 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.70_01';
+our $VERSION='5.70_03';
 
 =head1 NAME