X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=d5b14fa92284d5947babaa3beb2983177bc1adb2;hp=393ebc0f3f129881fc5d24ae88ae29f30cc03ba2;hb=d70816e6a3b865ea3a3f2aa33bd166779df86072;hpb=1d285816f88ccd8b81e733565ca4363140b75ec8 diff --git a/Makefile.PL b/Makefile.PL index 393ebc0..d5b14fa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -50,6 +50,7 @@ my %META = ( 'Tree::Simple::Visitor::FindByUID' => 0, 'Try::Tiny' => '0.17', 'Safe::Isa' => 0, + 'Socket' => '1.96', 'Task::Weaken' => 0, 'Text::Balanced' => 0, # core in 5.8.x but mentioned for completeness 'MRO::Compat' => 0, @@ -78,14 +79,12 @@ my %META = ( "Plack::Middleware::FixMissingBodyInRedirect" => '0.09', "Plack::Middleware::MethodOverride" => '0.12', "Plack::Middleware::RemoveRedundantBody" => '0.03', + 'PerlIO::utf8_strict' => 0, }, }, develop => { requires => { - 'CatalystX::LeakChecker' => '0.05', - 'Catalyst::Devel' => '1.0', # For http server test - 'Test::WWW::Mechanize::Catalyst' => '0.51', - 'Test::TCP' => '2.00', # ditto, ships Net::EmptyPort + 'Test::TCP' => '2.00', 'File::Copy::Recursive' => '0.40', 'Starman' => 0, 'MooseX::Daemonize' => 0, @@ -94,8 +93,6 @@ my %META = ( 'Test::Pod::Coverage' => 0, 'Test::Spelling' => 0, 'Pod::Coverage::TrustPod' => 0, - 'Catalyst::Plugin::Params::Nested' => 0, - 'Catalyst::Plugin::ConfigLoader' => 0, 'Compress::Zlib' => 0, 'Catalyst::Action::REST' => 0, 'Type::Tiny' => 0, @@ -225,7 +222,6 @@ print <<"EOF"; For development and use of catalyst.pl and myapp_create.pl, make sure you also install the development tools package Catalyst::Devel. - perl -MCPANPLUS -e 'install Catalyst::Devel' # or perl -MCPAN -e 'install Catalyst::Devel' # or cpanm Catalyst::Devel