X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=f4d5a0a4b72c036aa326a1538b78eab54ec781e6;hp=68dd55605fc57b340110803eaf2dfeb4bdd79a8b;hb=3afa2d52e5687b1aef51ddf845162db4a0500f1f;hpb=c8e0714d610f48f0f65c7ea148595a705c8c1cb2 diff --git a/Makefile.PL b/Makefile.PL index 68dd556..f4d5a0a 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'; # for uniq() requires 'namespace::autoclean' => '0.28'; requires 'namespace::clean' => '0.23'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903';