X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=02e76df23ca775db8e21ec6548979b4d8ee03737;hb=a8dc76a1260561f17e6513a243473967582ed48a;hp=8a7218eaf41141532dca18b0a40f731d1601402c;hpb=ea0e58d9d85d93bf94c3ffa6b4d7b71b200bbdf1;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 8a7218e..02e76df 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.01'; 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!";