[Catalyst-commits] r6577 - in trunk/Catalyst-Devel: . lib/Catalyst

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Wed Jul 18 13:51:23 GMT 2007


Author: marcus
Date: 2007-07-18 13:51:23 +0100 (Wed, 18 Jul 2007)
New Revision: 6577

Modified:
   trunk/Catalyst-Devel/Changes
   trunk/Catalyst-Devel/lib/Catalyst/Helper.pm
Log:
Fix defaults, add bindlex example

Modified: trunk/Catalyst-Devel/Changes
===================================================================
--- trunk/Catalyst-Devel/Changes	2007-07-18 12:00:40 UTC (rev 6576)
+++ trunk/Catalyst-Devel/Changes	2007-07-18 12:51:23 UTC (rev 6577)
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+        - Changed default dependency to Catalyst::Runtime
+        - Added BindLex example to create script
+        
 1.02    2006-11-15
         - Added dep to Catalyst::Manual
         - added option to send errors to STDOUT in fastcgi script

Modified: trunk/Catalyst-Devel/lib/Catalyst/Helper.pm
===================================================================
--- trunk/Catalyst-Devel/lib/Catalyst/Helper.pm	2007-07-18 12:00:40 UTC (rev 6576)
+++ trunk/Catalyst-Devel/lib/Catalyst/Helper.pm	2007-07-18 12:51:23 UTC (rev 6577)
@@ -667,7 +667,7 @@
 name '[% dir %]';
 all_from '[% path %]';
 
-requires 'Catalyst' => '[% catalyst_version %]';
+requires 'Catalyst::Runtime' => '[% catalyst_version %]';
 requires 'Catalyst::Plugin::ConfigLoader';
 requires 'Catalyst::Plugin::Static::Simple';
 requires 'Catalyst::Action::RenderView';
@@ -1044,6 +1044,7 @@
 
  Examples:
    [% appprefix %]_create.pl controller My::Controller
+   [% appprefix %]_create.pl controller My::Controller BindLex
    [% appprefix %]_create.pl -mechanize controller My::Controller
    [% appprefix %]_create.pl view My::View
    [% appprefix %]_create.pl view MyView TT




More information about the Catalyst-commits mailing list