new dependency
[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,
3d649cfe 14 HTTP::Server::Simple => '0.04',
fc7ec1d9 15 Module::Pluggable::Fast => 0
16 }
17);
18
7833fdfc 19print(
20 (qw/draven naughton sri the_jester/)[ int( rand(4) ) ],
21 " is the greatest and gabb is drunk again!\n"
22);