Updated makefile
[catagits/Catalyst-Runtime.git] / Makefile.PL
index c195c01..bd568f8 100644 (file)
@@ -32,11 +32,14 @@ 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');
 recommends('FCGI::ProcManager');
 recommends('PAR');
+recommends('CPANPLUS');
 
 install_script( glob('script/*.pl') );
 
@@ -51,17 +54,6 @@ my $banner =
 print " $banner \n";
 print( '*' x 80, "\n" );
 
-print <<'EOF';
-
-                    ____      _        _           _
-                   / ___|__ _| |_ __ _| |_   _ ___| |_
-                  | |   / _` | __/ _` | | | | / __| __|
-                  | |__| (_| | || (_| | | |_| \__ \ |_
-                   \____\__ _|\__\__ _|_|\__  |___/\__|
-                                         |___/  carpe diem!
-
-EOF
-
 eval "use FCGI";
 print qq/ Install "FCGI" for FastCGI support.\n/ if $@;
 eval "use FCGI::ProcManager";
@@ -77,10 +69,11 @@ 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 -MCPANPLUS -e 'install Task::Catalyst'
+        perl -MCPAN -e 'install Task::Catalyst'
 
 
  Have fun!