From: Sebastian Riedel Date: Sat, 19 Nov 2005 06:34:17 +0000 (+0000) Subject: Updated changes X-Git-Tag: 5.7099_04~871 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f991f6a0dd3b2fc63223bf206c402fce8213807f Updated changes --- diff --git a/Changes b/Changes index cca9cb6..bd5a11a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ This file documents the revision history for Perl extension Catalyst. 5.57 + - Switched to Module::Install - Reformatted documentation - Renamed -nonew to -force - Added PAR support diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index cf21915..904693b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -43,7 +43,7 @@ our $DETACH = "catalyst_detach\n"; require Module::Pluggable::Fast; # Helper script generation -our $CATALYST_SCRIPT_GEN = 18; +our $CATALYST_SCRIPT_GEN = 19; __PACKAGE__->mk_classdata($_) for qw/components arguments dispatcher engine log dispatcher_class