X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=f1d860745ccbfd862e8bff0187fadd8a03efadba;hp=5451d90df57125439cca39ae9d651c631c84bfd6;hb=7060a5792b73efd8f5fdb6b9b7281d6394b5c5b6;hpb=10542b5178b2fa036e0658111523ea68a7a04437 diff --git a/Makefile.PL b/Makefile.PL index 5451d90..f1d8607 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,7 @@ author 'Sebastian Riedel '; authority('cpan:MSTROUT'); all_from 'lib/Catalyst/Runtime.pm'; -requires 'List::MoreUtils'; +requires 'List::Util' => '1.45'; requires 'namespace::autoclean' => '0.28'; requires 'namespace::clean' => '0.23'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903';