summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-05 13:41:37 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-05 13:41:37 +0000
commit51ec68a7c18b3cfa03e72861912830e4f66ed257 (patch)
treeac427e2cf5a9cf4148ad897999370b5e732fdde4 /perl-install/common.pm
parent15ef1cfc09d6553f677c28f06fab546d82726d6e (diff)
downloaddrakx-backup-do-not-use-51ec68a7c18b3cfa03e72861912830e4f66ed257.tar
drakx-backup-do-not-use-51ec68a7c18b3cfa03e72861912830e4f66ed257.tar.gz
drakx-backup-do-not-use-51ec68a7c18b3cfa03e72861912830e4f66ed257.tar.bz2
drakx-backup-do-not-use-51ec68a7c18b3cfa03e72861912830e4f66ed257.tar.xz
drakx-backup-do-not-use-51ec68a7c18b3cfa03e72861912830e4f66ed257.zip
prevent warning when using diagnostics pragma (easier debugging)
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r--perl-install/common.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm
index 79e0271ff..8dbf403b4 100644
--- a/perl-install/common.pm
+++ b/perl-install/common.pm
@@ -15,6 +15,8 @@ use vars qw(@ISA @EXPORT $SECTORSIZE);
push @EXPORT, @MDK::Common::EXPORT;
+$::prefix ||= ""; # no warning
+
#-#####################################################################################
#- Globals
#-#####################################################################################