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=0e2e25c09d7d3dad04713ec828c49194eaf72193;hb=dddc7ec8cc0e9112ff51caad562a15e3699e3fab;hpb=2aba16c216f81247154d5d2d1c20a6cbd85a3a3c diff --git a/Makefile.PL b/Makefile.PL index 0e2e25c..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::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'; @@ -120,7 +120,6 @@ author_requires( @author_requires, map {; $_ => 0 } qw( File::Copy::Recursive - Test::Without::Module Starman MooseX::Daemonize Test::NoTabs @@ -142,6 +141,7 @@ resources( 'license', => 'http://dev.perl.org/licenses/', 'homepage', => 'http://dev.catalyst.perl.org/', # r/w: catagits@git.shadowcat.co.uk:Catalyst-Runtime.git + # web: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Runtime.git;a=summary 'repository', => 'git://git.shadowcat.co.uk/catagits/Catalyst-Runtime.git', );