X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=9f373b8a6f1e1d864128e329e4b5171922dbb93c;hp=0ed2afde7edc1726d141d8027437f4b7255be2c0;hb=919758f4a82078cc9c627dc45f6e83fcb369f24c;hpb=bd7ed1deb4f291b5e5629a0dec5209240d8abb0f diff --git a/Makefile.PL b/Makefile.PL index 0ed2afd..9f373b8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,11 +24,9 @@ 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', - 'Data::OptList' => 0, 'Moose' => '1.03', 'MooseX::MethodAttributes::Role::AttrContainer::Inheritable' => '0.24', 'MooseX::Role::WithOverloading' => '0.09', @@ -43,7 +41,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 +48,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, @@ -86,10 +83,8 @@ my %META = ( }, develop => { requires => { - 'Test::Simple' => '0.88', 'CatalystX::LeakChecker' => '0.05', 'Catalyst::Devel' => '1.0', # For http server test - 'Catalyst::Engine::PSGI' => 0, 'Test::WWW::Mechanize::Catalyst' => '0.51', 'Test::TCP' => '2.00', # ditto, ships Net::EmptyPort 'File::Copy::Recursive' => '0.40', @@ -102,6 +97,10 @@ my %META = ( 'Pod::Coverage::TrustPod' => 0, 'Catalyst::Plugin::Params::Nested' => 0, 'Catalyst::Plugin::ConfigLoader' => 0, + 'Compress::Zlib' => 0, + 'Catalyst::Action::REST' => 0, + 'Type::Tiny' => 0, + 'Proc::ProcessTable' => 0, }, }, },