summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-17 10:30:50 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-17 10:30:50 +0000
commitff0952cd83a650f8460dc29d563b3d84ab00e9cc (patch)
tree99ccbb5c1780a134b5844a6a7f14ec9d36e5dadf /perl-install
parent999b73ce97ee825cee859ad4a6d827d1bffb5911 (diff)
downloaddrakx-ff0952cd83a650f8460dc29d563b3d84ab00e9cc.tar
drakx-ff0952cd83a650f8460dc29d563b3d84ab00e9cc.tar.gz
drakx-ff0952cd83a650f8460dc29d563b3d84ab00e9cc.tar.bz2
drakx-ff0952cd83a650f8460dc29d563b3d84ab00e9cc.tar.xz
drakx-ff0952cd83a650f8460dc29d563b3d84ab00e9cc.zip
replace "require lang" by "use lang"
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 388bc3029..3311f87e8 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -10,7 +10,7 @@ use common;
use detect_devices;
use partition_table;
use fs::type;
-require lang;
+use lang;
use run_program;
use devices;
use modules;