From 0519d6e2c1b5dca80c9ebe2c63610bfb1b011408 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2003 08:19:58 +0000 Subject: fix breakage introduced when lowering warning level --- 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 f8c7f16a7..1c52f340b 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -2,7 +2,7 @@ package standalone; # $Id$ use c; use strict; -use common qw(N); +use common qw(N if_); use Config; #- for sanity (if a use standalone is made during install, MANY problems will happen) -- cgit v1.2.1