X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=50953674581650f9cd79622f39898286d7da6696;hp=8a7218eaf41141532dca18b0a40f731d1601402c;hb=364d7324169f5562a0e1405413005ba2ac656e88;hpb=9b0ec7a17caeecd0df1b4a855469777befa2e9d5 diff --git a/Makefile.PL b/Makefile.PL index 8a7218e..5095367 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,7 +20,7 @@ requires 'HTTP::Request'; requires 'HTTP::Response'; requires 'HTTP::Request::AsCGI' => '0.5'; requires 'LWP::UserAgent'; -requires 'Module::Pluggable::Fast' => 0.16; +requires 'Module::Pluggable' => '3.0'; requires 'NEXT'; requires 'Path::Class' => '0.09'; requires 'Scalar::Util'; @@ -43,7 +43,7 @@ WriteAll; print( '*' x 80, "\n" ); my $banner = (qw/andyg chansen draven fordmason mst naughton sri jester - nothingmuch LTJake/)[ int( rand(10) ) ] + nothingmuch LTjake/)[ int( rand(10) ) ] . " is the greatest and gabb is " . ( (localtime)[2] > 12 ? "drunk" : "hung over" ) . " again!";