X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=739eb06b0bd3b9ebbbfdf7d880119b2142fe57a7;hb=d1c0df8749eb3d031988548458ed0e0514aec3fb;hp=f37fe54fcd2eb79e496b517451ca55691a6e1a62;hpb=0ba80bce27a56d366c8d44c254332dd83f9ba0f9;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index f37fe54..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'; @@ -35,6 +37,8 @@ requires 'URI' => 1.35; 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, @@ -78,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'