X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=7b190341b1ee4107c07eeae74b468c87b9ff38a1;hp=c195c017640b2ce9f4680c09f3a7cc32a295486a;hb=1b74c3b527fe7827fb08176c282e97ab60276c9e;hpb=a5b5152b19a887f87a0abac998f2086ac2e6920b diff --git a/Makefile.PL b/Makefile.PL index c195c01..7b19034 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,6 +32,8 @@ requires('Time::HiRes'); requires('Tree::Simple'); requires('Tree::Simple::Visitor::FindByPath'); requires( 'URI' => 1.35 ); +requires('File::Copy::Recursive'); +requires('inc::Module::Install'); recommends( 'Catalyst::Engine::Apache' => '1.00' ); recommends('FCGI'); @@ -77,10 +79,10 @@ print <<"EOF"; The Apache engines have been moved to a separate package in Catalyst 5.5. Please install Catalyst::Engine::Apache if you need Apache support. - Install Bundle::Catalyst to get everything you need to write serious - applications. + Install Task::Catalyst to get everything you need to start writing + serious applications with Catalyst. - perl -MCPAN -e 'install Bundle::Catalyst' + perl -MCPAN -e 'install Task::Catalyst' Have fun!