From: Sebastian Riedel Date: Thu, 24 Nov 2005 03:19:21 +0000 (+0000) Subject: Updated makefile X-Git-Tag: 5.7099_04~827 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e7d20a58cafa085173cedca883890008a9c37430;hp=1b74c3b527fe7827fb08176c282e97ab60276c9e Updated makefile --- 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'