Updated makefile
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 630ff4b..bd568f8 100644 (file)
@@ -33,12 +33,13 @@ requires('Tree::Simple');
 requires('Tree::Simple::Visitor::FindByPath');
 requires( 'URI' => 1.35 );
 requires('File::Copy::Recursive');
-requires('Module::Install');
+requires('inc::Module::Install');
 
 recommends( 'Catalyst::Engine::Apache' => '1.00' );
 recommends('FCGI');
 recommends('FCGI::ProcManager');
 recommends('PAR');
+recommends('CPANPLUS');
 
 install_script( glob('script/*.pl') );
 
@@ -53,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";
@@ -82,6 +72,7 @@ print <<"EOF";
     Install Task::Catalyst to get everything you need to start writing
     serious applications with Catalyst.
 
+        perl -MCPANPLUS -e 'install Task::Catalyst'
         perl -MCPAN -e 'install Task::Catalyst'