From dac5ee6a98143c8ac4219f94fba395aa3b507e3c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Dec 2002 17:40:45 +0000 Subject: no need to "require common", it is "use"d --- perl-install/standalone.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 0a2230ca3..4a3c58644 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -9,7 +9,6 @@ use Config; if ($::isInstall) { require 'log.pm'; #- "require log" causes some pb, perl thinking that "log" is the log() function log::l('ERROR: use standalone made during install :-('); - require common; log::l('backtrace: ' . backtrace()); } $::isStandalone = 1; -- cgit v1.2.1