Updated changes
Sebastian Riedel [Sat, 19 Nov 2005 06:34:17 +0000 (06:34 +0000)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index cca9cb6..bd5a11a 100644 (file)
--- 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
index cf21915..904693b 100644 (file)
@@ -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