diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-20 08:19:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-20 08:19:58 +0000 |
commit | 0519d6e2c1b5dca80c9ebe2c63610bfb1b011408 (patch) | |
tree | df700e76a98e085f84f37eb34d165b7fe6263a4e /perl-install | |
parent | 830b8a584925f3152c7efac2009a69fe83f4c5f0 (diff) | |
download | drakx-0519d6e2c1b5dca80c9ebe2c63610bfb1b011408.tar drakx-0519d6e2c1b5dca80c9ebe2c63610bfb1b011408.tar.gz drakx-0519d6e2c1b5dca80c9ebe2c63610bfb1b011408.tar.bz2 drakx-0519d6e2c1b5dca80c9ebe2c63610bfb1b011408.tar.xz drakx-0519d6e2c1b5dca80c9ebe2c63610bfb1b011408.zip |
fix breakage introduced when lowering warning level
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |