From 9328e86be2af37a1aaf60dcd0d9b02c1632b6ec9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Nov 2002 00:27:12 +0000 Subject: no need to call common::backtrace(), use directly backtrace() (was it written that way to workaround a bug in old perl_checker?) --- perl-install/standalone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone.pm') diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 1ed61d44d..553ec1e6c 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -10,7 +10,7 @@ if ($::isInstall) { require 'log.pm'; log::l('ERROR: use standalone made during install :-('); require common; - log::l('backtrace: ' . common::backtrace()); + log::l('backtrace: ' . backtrace()); } $::isStandalone = 1; -- cgit v1.2.1