X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2dda1b62c31fe27fb6252342fc4d95158951fdd8;hb=1df125c95d52bba7c3e2f5d01337c98e50172a7b;hp=4ff562521320ea0a8919bed2df891cebdcf69242;hpb=fc7ec1d96ee55d1bf42af3abce155ecb717b9e2b;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 4ff5625..2dda1b6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,8 +15,7 @@ WriteMakefile( } ); -my $gabb = - int( rand(2) ) == 1 - ? "Gabbana is the greatest!" - : "Gabbana is drunk again!"; -print "$gabb\n"; +print( + (qw/draven naughton sri the_jester/)[ int( rand(4) ) ], + " is the greatest and gabb is drunk again!\n" +);