X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=bd568f8af2189eca3f9d05b6bf87be40a033f7d0;hp=7b190341b1ee4107c07eeae74b468c87b9ff38a1;hb=e7d20a58cafa085173cedca883890008a9c37430;hpb=1b74c3b527fe7827fb08176c282e97ab60276c9e diff --git a/Makefile.PL b/Makefile.PL index 7b19034..bd568f8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,6 +39,7 @@ 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'