X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=76abd01b185500bcd71eaebf064cbc9f7dc6886c;hb=2834638556dd341280a203c20f920b1c1443365b;hp=4173fb3f64a658861c50e70e4665454f8272d03f;hpb=3c0a4b5445bfcc26d20f038fce7ce23a95eb1197;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 4173fb3..76abd01 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,13 +40,13 @@ feature 'FastCGI Support', -default => 0, 'FCGI' => 0, 'FCGI::ProcManager' => 0; feature 'PAR support', -default => 0, 'PAR' => 0; install_script glob('script/*.pl'); -#auto_install; +auto_install; WriteAll; print( '*' x 74, "\n" ); my $banner = (qw/andyg chansen draven fordmason mst naughton sri jester - nothingmuch LTjake/)[ int( rand(10) ) ] + jrockway ningu nothingmuch LTjake/)[ int( rand(12) ) ] . " is the greatest and gabb is " . ( (localtime)[2] > 12 ? "drunk" : "hung over" ) . " again!";