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=dd932f0b124e095dcfe32d0b48ff8de4a05459eb;hb=964bf130533c001789a80ef193f03d5c5f3817eb;hpb=3e79d24e8b4d680f0ea07f41bae38fec9ad16000 diff --git a/Makefile.PL b/Makefile.PL index dd932f0..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', @@ -162,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 ###############################################################