update changes, prepare for release
Marcus Ramberg [Sun, 6 Apr 2008 21:19:17 +0000 (21:19 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index c9ab904..9292bd9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index 3eb4eef..60764a4 100644 (file)
@@ -1,6 +1,3 @@
-use strict;
-use warnings;
-
 use inc::Module::Install 0.64;
 
 name     'Catalyst-Devel';