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=7b22c25f2ea12a23edd58cbc5d01a1444fc95e5e;hb=4e93cdb6d9403718baff430bc1bdc3245aa5236f;hpb=8ae46e9876d7f0285d7a71eb3669a593a26ef4bb diff --git a/Makefile.PL b/Makefile.PL index 7b22c25..1f76be6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,9 +26,8 @@ my %META = ( 'namespace::clean' => '0.23', 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903', 'Class::Load' => '0.12', - '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', @@ -84,8 +83,6 @@ my %META = ( }, develop => { requires => { - 'CatalystX::LeakChecker' => '0.05', - 'Test::WWW::Mechanize::Catalyst' => '0.51', 'Test::TCP' => '2.00', 'File::Copy::Recursive' => '0.40', 'Starman' => 0, @@ -95,10 +92,7 @@ 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, 'Proc::ProcessTable' => 0, }, @@ -167,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 ###############################################################