From: Tomas Doran Date: Thu, 26 Nov 2009 23:42:31 +0000 (+0000) Subject: We already need namespace::clean directly, so depend on it X-Git-Tag: 1.21_01~1^2~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=4753780fc136e839f81eaee8c99ccc7822d414bf We already need namespace::clean directly, so depend on it --- diff --git a/Makefile.PL b/Makefile.PL index 1b5885a..1a7f66c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ all_from 'lib/Catalyst/Devel.pm'; requires 'Moose'; requires 'File::ShareDir'; +requires 'namespace::clean'; requires 'namespace::autoclean'; requires 'Catalyst' => '5.8000'; requires 'Catalyst::Action::RenderView' => '0.04';