X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1425cf1e8f1a582061c10c56a188eb900d4290ea;hb=91864987dc0e2256fe00b94853ba5b3a18f01ea2;hp=4ff562521320ea0a8919bed2df891cebdcf69242;hpb=fc7ec1d96ee55d1bf42af3abce155ecb717b9e2b;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 4ff5625..1425cf1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Catalyst', VERSION_FROM => 'lib/Catalyst.pm', - EXE_FILES => ['bin/catalyst'], + EXE_FILES => ['script/catalyst.pl'], PREREQ_PM => { UNIVERSAL::require => 0, CGI::Simple => 0, @@ -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" +);