From f98d6d48254307a6559cd2de6f01cce3c1bc7dac Mon Sep 17 00:00:00 2001 From: "Michael C . Wu" Date: Sun, 22 Dec 2002 04:50:13 +0000 Subject: Add rt2 2.0.14, rT is an industrial-grade ticketing system written in Perl. PR: 41701 Submitted by: plasma --- www/rt36/files/patch-tools-testdeps | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/rt36/files/patch-tools-testdeps (limited to 'www/rt36/files/patch-tools-testdeps') diff --git a/www/rt36/files/patch-tools-testdeps b/www/rt36/files/patch-tools-testdeps new file mode 100644 index 000000000000..b4e392a23cec --- /dev/null +++ b/www/rt36/files/patch-tools-testdeps @@ -0,0 +1,15 @@ +--- tools/testdeps Thu Feb 28 14:38:10 2002 ++++ tools/testdeps Thu Aug 15 16:43:45 2002 +@@ -107,7 +107,11 @@ + $module = "DBD::mysql::Install" if ($module =~ /DBD::mysql/); + + print "Installing with CPAN..."; +- CPAN::install($module); ++ require CPAN::FirstTime; # shut up configuration ++ no strict 'refs'; ++ local $^W; ++ *{'ExtUtils::MakeMaker::prompt'} = sub ($;$) { '' }; ++ CPAN::force('install', $module); + } + print "\n"; + exit(1) if ($mode =~ /-q/); -- cgit v1.2.3