From: Jonathan Rockway Date: Mon, 23 Oct 2006 15:30:52 +0000 (+0000) Subject: enabling auto_install X-Git-Tag: 5.7099_04~303 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=b6395bce69e9bc090c5a33d8edbb6fe2f370805e enabling auto_install --- diff --git a/Makefile.PL b/Makefile.PL index 4173fb3..241ab37 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,7 +40,7 @@ feature 'FastCGI Support', -default => 0, 'FCGI' => 0, 'FCGI::ProcManager' => 0; feature 'PAR support', -default => 0, 'PAR' => 0; install_script glob('script/*.pl'); -#auto_install; +auto_install; WriteAll; print( '*' x 74, "\n" );