X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=f9516747696399edd3bbb9877544e6fc2be716e3;hp=8b366c65bbeac9c33b09cadeb3e40e4314594b57;hb=59b3e4d0df63749ee601113ce44be5b4340be2a8;hpb=55c5e11739d565b29c7b8449a8772e30749b5f9c diff --git a/Makefile.PL b/Makefile.PL index 8b366c6..f951674 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', @@ -168,11 +167,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 ###############################################################