X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=2140debf391877a524e99b5ab97bb428d215e09b;hp=f1d860745ccbfd862e8bff0187fadd8a03efadba;hb=dddc7ec8cc0e9112ff51caad562a15e3699e3fab;hpb=7060a5792b73efd8f5fdb6b9b7281d6394b5c5b6 diff --git a/Makefile.PL b/Makefile.PL index f1d8607..2140deb 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::Util' => '1.45'; +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';