X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=739eb06b0bd3b9ebbbfdf7d880119b2142fe57a7;hb=6ea96b03dee1a599ee970ae23b84fd2757a5b3da;hp=5bbb8a9b65a93d3ba2069df5827ba69ca1e4cecc;hpb=e6dc30598e2f06e4680c360c86c72d08c4104b97;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 5bbb8a9..739eb06 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,8 +10,9 @@ 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; @@ -81,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'