update changes file and generalted Makefile.PL in 1.00
Kieren Diment [Fri, 23 May 2008 22:20:51 +0000 (22:20 +0000)]
Changes
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index 8da7075..248f1d1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.05    2008-05-11
+        - Moved Helper.pm to generate .conf rather than YAML
+        - Made a warning in the generated Makefile.PL not to delete it.
         -  Incorrect generated pod.
 1.06   2008-04-09 08:19:00
         - load plugins in setup, not plugins. (ema_zep@libero.it)
index df8d351..ea69f71 100644 (file)
@@ -728,6 +728,8 @@ it under the same terms as Perl itself.
 
 1;
 __makefile__
+# IMPORTANT: if you delete this file your app will not work as
+# expected.  you have been warned
 use inc::Module::Install;
 
 name '[% dir %]';