no more regex forwards
[catagits/Catalyst-Runtime.git] / Makefile.PL
CommitLineData
fc7ec1d9 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Catalyst',
5 VERSION_FROM => 'lib/Catalyst.pm',
91864987 6 EXE_FILES => ['script/catalyst.pl'],
fc7ec1d9 7 PREREQ_PM => {
8 UNIVERSAL::require => 0,
9 CGI::Simple => 0,
10 Class::Accessor::Fast => 0,
11 Class::Data::Inheritable => 0,
12 HTML::Entities => 0,
13 HTTP::Headers => 0,
14 Module::Pluggable::Fast => 0
15 }
16);
17
7833fdfc 18print(
19 (qw/draven naughton sri the_jester/)[ int( rand(4) ) ],
20 " is the greatest and gabb is drunk again!\n"
21);