From: Kieren Diment Date: Fri, 23 May 2008 22:20:51 +0000 (+0000) Subject: update changes file and generalted Makefile.PL in 1.00 X-Git-Tag: 1.09~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6f81470d8057b113cb7ef981e6853e60e326ce9;p=catagits%2FCatalyst-Devel.git update changes file and generalted Makefile.PL in 1.00 --- diff --git a/Changes b/Changes index 8da7075..248f1d1 100644 --- 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) diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index df8d351..ea69f71 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -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 %]';