typo fixes
Sebastian Riedel [Tue, 22 Mar 2005 21:48:37 +0000 (21:48 +0000)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index 3c2ac1b..15ac01f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
-4.32  xxx
+4.33  XXX XXX XX XX:00:00 2005
         - documented the log() accessor method in Catalyst (Andrew Ford)
         - added optional arguments to Catalyst::Log methods (Andrew Ford)
         - removed cgi-server.pl
index d671fc2..eeac89e 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config log/;
 
-our $VERSION = '4.32';
+our $VERSION = '4.33';
 our @ISA;
 
 =head1 NAME