Updated makefile
[catagits/Catalyst-Runtime.git] / Makefile.PL
index d1f609f..9d6c3e1 100644 (file)
@@ -32,6 +32,9 @@ requires('Time::HiRes');
 requires('Tree::Simple');
 requires('Tree::Simple::Visitor::FindByPath');
 requires( 'URI' => 1.35 );
+requires('File::Copy::Recursive');
+requires('inc::Module::Install');
+requires('Module::Build');
 
 recommends( 'Catalyst::Engine::Apache' => '1.00' );
 recommends('FCGI');
@@ -74,6 +77,14 @@ print qq/ Install "PAR" for PAR packaging support.\n/ if $@;
 print <<"EOF";
 
  Important:
-     The Apache engines have been moved to a separate package in Catalyst 5.5.
-     Please install Catalyst::Engine::Apache if you need Apache support.
+    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 Task::Catalyst to get everything you need to start writing
+    serious applications with Catalyst.
+
+        perl -MCPAN -e 'install Task::Catalyst'
+
+
+ Have fun!
 EOF