[Catalyst-commits] r7578 - Catalyst-Devel/1.00/trunk

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Sun Apr 6 22:19:17 BST 2008


Author: marcus
Date: 2008-04-06 22:19:17 +0100 (Sun, 06 Apr 2008)
New Revision: 7578

Modified:
   Catalyst-Devel/1.00/trunk/Changes
   Catalyst-Devel/1.00/trunk/Makefile.PL
Log:
update changes, prepare for release

Modified: Catalyst-Devel/1.00/trunk/Changes
===================================================================
--- Catalyst-Devel/1.00/trunk/Changes	2008-04-06 20:59:05 UTC (rev 7577)
+++ Catalyst-Devel/1.00/trunk/Changes	2008-04-06 21:19:17 UTC (rev 7578)
@@ -1,15 +1,15 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
-        - Change from use Catalyst to use parent and load plugins  in setup call
-        - Remove Catalyst::Manual dependency.
 
-1.04	2008-02-07 16:04:00
+1.04	2008-04-06 16:04:00
         - Update default actions in Root.pm
         - Patch Helper.pm so Module::Pluggable::Object ignores emacs temp
           files appropriately for restarting server
         - Patched Helper.pm so the correct options for mulitple restart
           directories and symlink resolution will be set in myapp_server.pl
           (Sebastian Willert)
+        - Change from use Catalyst to use parent and load plugins  in setup call
+        - Remove Catalyst::Manual dependency.
 
 1.03    2007-08-10 08:10:00
         - Changed default dependency to Catalyst::Runtime

Modified: Catalyst-Devel/1.00/trunk/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/trunk/Makefile.PL	2008-04-06 20:59:05 UTC (rev 7577)
+++ Catalyst-Devel/1.00/trunk/Makefile.PL	2008-04-06 21:19:17 UTC (rev 7578)
@@ -1,6 +1,3 @@
-use strict;
-use warnings;
-
 use inc::Module::Install 0.64;
 
 name     'Catalyst-Devel';




More information about the Catalyst-commits mailing list