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=0ed2afde7edc1726d141d8027437f4b7255be2c0;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=bd7ed1deb4f291b5e5629a0dec5209240d8abb0f diff --git a/Makefile.PL b/Makefile.PL index 0ed2afd..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', @@ -43,7 +42,6 @@ my %META = ( 'HTTP::Headers' => '1.64', 'HTTP::Request' => '5.814', 'HTTP::Response' => '5.813', - 'HTTP::Request::AsCGI' => '1.0', 'Module::Pluggable' => '4.7', 'Path::Class' => '0.09', 'Scalar::Util' => 0, @@ -51,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,