X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=7953864f81cf7b2338b36ac52ff06e2188faef42;hp=472f01acfb4b7472fdab11a3f93fd926f7c94321;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=5b4973aa317bc6bcb27f2c3d37c1309e508b3ce1 diff --git a/Makefile.PL b/Makefile.PL index 472f01a..7953864 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,6 @@ my %META = ( requires => { 'perl' => 5.008003, 'List::Util' => '1.45', - 'namespace::autoclean' => '0.28', 'namespace::clean' => '0.23', 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903', 'Class::Load' => '0.12', @@ -50,7 +49,7 @@ my %META = ( 'Text::SimpleTable' => '0.03', 'Time::HiRes' => 0, 'Tree::Simple' => '1.15', - 'Tree::Simple::Visitor::FindByPath' => 0, + 'Tree::Simple::Visitor::FindByUID' => 0, 'Try::Tiny' => '0.17', 'Safe::Isa' => 0, 'Task::Weaken' => 0,