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=8bd49f1dedba314d77707e5007ad8d8159269227;hb=f63c03e47ae0278e50d513b90ecbbdfd67d1a021;hpb=a6ad13b6d56ddf1fe82277af6b62a7d01bd4e4b0 diff --git a/Makefile.PL b/Makefile.PL index 8bd49f1..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,6 +38,7 @@ requires 'File::Copy::Recursive'; requires 'Module::Install::Admin' => '0.54'; requires 'Module::Install' => '0.54'; requires 'YAML' => '0.55'; +requires 'Data::Visitor' => '0.02'; feature 'Apache/mod_perl Support', -default => 0, @@ -79,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'