File noautoinstall.diff of Package perl-App-CLI
--- Makefile.PL.orig 2007-04-23 01:14:11.000000000 +0200 +++ Makefile.PL 2007-04-23 01:14:21.000000000 +0200 @@ -14,7 +14,7 @@ 'Pod::Simple::Text' => 0, ); -include('ExtUtils::AutoInstall'); -auto_install(); +#include('ExtUtils::AutoInstall'); +#auto_install(); WriteAll( sign => 1 );