X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=1f76be6a708ed894c109fba569f1f8942da3a704;hp=7953864f81cf7b2338b36ac52ff06e2188faef42;hb=4e93cdb6d9403718baff430bc1bdc3245aa5236f;hpb=eefc03e12890c06c9a76d78b4d68e3b2ad781328 diff --git a/Makefile.PL b/Makefile.PL index 7953864..1f76be6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,6 @@ my %META = ( 'Test::Fatal' => 0, 'Test::More' => '0.88', 'HTTP::Request::Common' => 0, - 'IO::Scalar' => 0, 'HTTP::Status' => 0, }, }, @@ -27,10 +26,8 @@ my %META = ( 'namespace::clean' => '0.23', 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903', 'Class::Load' => '0.12', - 'Data::OptList' => 0, - 'Moose' => '1.03', + 'Moose' => '2.1400', 'MooseX::MethodAttributes::Role::AttrContainer::Inheritable' => '0.24', - 'MooseX::Role::WithOverloading' => '0.09', 'Carp' => '1.25', 'Class::C3::Adopt::NEXT' => '0.07', 'CGI::Simple::Cookie' => '1.109', @@ -52,6 +49,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, @@ -80,16 +78,12 @@ my %META = ( "Plack::Middleware::FixMissingBodyInRedirect" => '0.09', "Plack::Middleware::MethodOverride" => '0.12', "Plack::Middleware::RemoveRedundantBody" => '0.03', + 'PerlIO::utf8_strict' => 0, }, }, 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 + 'Test::TCP' => '2.00', 'File::Copy::Recursive' => '0.40', 'Starman' => 0, 'MooseX::Daemonize' => 0, @@ -98,8 +92,9 @@ 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, + 'Type::Tiny' => 0, + 'Proc::ProcessTable' => 0, }, }, }, @@ -166,11 +161,6 @@ my $tests = 't/*.t t/aggregate/*.t'; my %MM_ARGS = ( test => { TESTS => $tests }, EXE_FILES => [ glob 'script/*.pl' ], - PREREQ_PM => { - (eval { require Moose; Moose->VERSION('2.1300') } ? () : ( - 'MooseX::Role::WithOverloading' => '0.09' - )), - }, ); ## BOILERPLATE ############################################################### @@ -225,7 +215,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