X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=739eb06b0bd3b9ebbbfdf7d880119b2142fe57a7;hp=5c4392e7289c2b556d86ea6720640606f146b988;hb=f63c03e47ae0278e50d513b90ecbbdfd67d1a021;hpb=f313294b12144dd3c339d903f4607b20c32a608d diff --git a/Makefile.PL b/Makefile.PL index 5c4392e..739eb06 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,14 +7,16 @@ all_from 'lib/Catalyst.pm'; requires 'perl' => '5.8.1'; requires 'UNIVERSAL::require' => "0.10"; +requires 'Carp'; requires 'Class::Accessor::Fast'; requires 'Class::Data::Inheritable'; -requires 'Class::Inspector'; +requires 'Class::Inspector' => '1.06'; requires 'CGI::Cookie'; +requires 'Data::Dump'; requires 'File::Modified'; requires 'HTML::Entities'; requires 'HTTP::Body' => 0.5; -requires 'HTTP::Headers' => 1.59; +requires 'HTTP::Headers' => 1.64; requires 'HTTP::Request'; requires 'HTTP::Response'; requires 'HTTP::Request::AsCGI' => '0.5'; @@ -36,7 +38,7 @@ requires 'File::Copy::Recursive'; requires 'Module::Install::Admin' => '0.54'; requires 'Module::Install' => '0.54'; requires 'YAML' => '0.55'; -requires 'File::Slurp'; +requires 'Data::Visitor' => '0.02'; feature 'Apache/mod_perl Support', -default => 0, @@ -80,6 +82,10 @@ print <<"EOF"; Install Task::Catalyst to get everything you need to start writing serious applications with Catalyst. + Note that Catalyst::Helper has been split into a separate distribution, + and is required for using catalyst.pl to make new distributions. It is + included with Task::Catalyst + perl -MCPANPLUS -e 'install Task::Catalyst' perl -MCPAN -e 'install Task::Catalyst'