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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu Nov 26 23:42:32 GMT 2009


Author: t0m
Date: 2009-11-26 23:42:31 +0000 (Thu, 26 Nov 2009)
New Revision: 12046

Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL
Log:
We already need namespace::clean directly, so depend on it

Modified: Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL	2009-11-26 23:42:06 UTC (rev 12045)
+++ Catalyst-Devel/1.00/branches/helper_refactor/Makefile.PL	2009-11-26 23:42:31 UTC (rev 12046)
@@ -5,6 +5,7 @@
 
 requires 'Moose';
 requires 'File::ShareDir';
+requires 'namespace::clean';
 requires 'namespace::autoclean';
 requires 'Catalyst'    => '5.8000';
 requires 'Catalyst::Action::RenderView' => '0.04';




More information about the Catalyst-commits mailing list