From: Marcus Ramberg Date: Mon, 18 Apr 2005 23:02:26 +0000 (+0000) Subject: updated version number, added changes. X-Git-Tag: 5.7099_04~1474 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=750951569914c5b48ff82a021e5b7b28111d06cf updated version number, added changes. --- diff --git a/Changes b/Changes index 6dbb22b..433490a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ This file documents the revision history for Perl extension Catalyst. +5.03 Tue Apr 19 01:00:00 2005 + - Fixed Test example (Torsten Seeman) + - Added Plugins chapter to manual 5.02 Mon Apr 18 10:00:00 2005 - fixed manifest diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index a8e997a..6dc0f13 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -9,7 +9,7 @@ use Text::ASCIITable; __PACKAGE__->mk_classdata($_) for qw/dispatcher engine log/; -our $VERSION = '5.02'; +our $VERSION = '5.03'; our @ISA; =head1 NAME