head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2009.06.11.12.06.12; author abs; state dead; branches; next 1.1; 1.1 date 2009.05.08.17.56.04; author seb; state Exp; branches; next ; desc @@ 1.2 log @update to use the new Module::Install infrastructure @ text @$NetBSD: patch-aa,v 1.1 2009/05/08 17:56:04 seb Exp $ Prevent CPAN.pm to run an interactive setup process if it is unconfigured: don't call Module::Install::auto_install() --- Makefile.PL.orig 2009-04-29 14:27:41.000000000 +0000 +++ Makefile.PL @@@@ -65,7 +65,7 @@@@ if ($Module::Install::AUTHOR) { } install_script glob('script/*.pl'); -auto_install; +#auto_install; WriteAll; if ($Module::Install::AUTHOR) { @ 1.1 log @Fix build when CPAN.pm is not configured (no CPAN/Config.pm in @@INC pathd or as ~/.cpan/CPAN/MyConfig.pm) as in such a situation it runs an interactive setup process! The fix is to _not_ call Module::Install::auto_install() in Makefile.PL as pkgsrc handles the required modules anyway. @ text @d1 1 a1 1 $NetBSD$ @