[Catalyst-commits] r10871 - Catalyst-Devel/1.00/branches/helper_refactor

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Jul 12 17:31:24 GMT 2009


Author: t0m
Date: 2009-07-12 17:31:24 +0000 (Sun, 12 Jul 2009)
New Revision: 10871

Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL
Log:
Fix Makefile.PL

Modified: Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL	2009-07-12 17:29:43 UTC (rev 10870)
+++ Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL	2009-07-12 17:31:24 UTC (rev 10871)
@@ -3,6 +3,9 @@
 name     'Catalyst-Devel';
 all_from 'lib/Catalyst/Devel.pm';
 
+requires 'Moose';
+requires 'namespace::autoclean';
+requires 'MooseX::Types';
 requires 'File::ShareDir';
 requires 'Catalyst'    => '5.8000';
 requires 'Catalyst::Action::RenderView' => '0.04';
@@ -33,7 +36,7 @@
     open NULL, '>', File::Spec->devnull;
     my $err = gensym;
     my $pid = open3(gensym, '&>NULL', $err, "$^X -It/lib -MUnknownError -e 1");
-    
+
     my $unknown_error = 0;
 
     while (<$err>) {
@@ -47,7 +50,7 @@
 ############################### WARNING #################################
 #                                                                       #
 # You are using perl 5.10.0 with the "Unknown error" bug. This can make #
-# developing Catalyst applications much more painful, as it will come   # 
+# developing Catalyst applications much more painful, as it will come   #
 # up with no details every time you have a syntax error in a Controller.#
 #                                                                       #
 # For more information see:                                             #




More information about the Catalyst-commits mailing list