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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed May 27 19:47:11 GMT 2009


Author: t0m
Date: 2009-05-27 19:47:11 +0000 (Wed, 27 May 2009)
New Revision: 10316

Added:
   Catalyst-Devel/1.00/branches/helper_refactor/share/
Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL
Log:
Sharedir in Makefile.PL

Modified: Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL	2009-05-27 17:56:51 UTC (rev 10315)
+++ Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL	2009-05-27 19:47:11 UTC (rev 10316)
@@ -3,6 +3,7 @@
 name     'Catalyst-Devel';
 all_from 'lib/Catalyst/Devel.pm';
 
+requires 'File::ShareDir';
 requires 'Catalyst'    => '5.8000';
 requires 'Catalyst::Action::RenderView' => '0.04';
 requires 'Catalyst::Plugin::Static::Simple' => '0.16';




More information about the Catalyst-commits mailing list