summaryrefslogtreecommitdiff
path: root/www/rt36/files/patch-tools-testdeps
diff options
context:
space:
mode:
Diffstat (limited to 'www/rt36/files/patch-tools-testdeps')
-rw-r--r--www/rt36/files/patch-tools-testdeps15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/rt36/files/patch-tools-testdeps b/www/rt36/files/patch-tools-testdeps
deleted file mode 100644
index b4e392a23cec..000000000000
--- a/www/rt36/files/patch-tools-testdeps
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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/);