ningu and jrockway are also the greatest
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 4173fb3..76abd01 100644 (file)
@@ -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!";