Fixed some small bugs
[catagits/Catalyst-Runtime.git] / Makefile.PL
index c195c01..7b19034 100644 (file)
@@ -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!