From 149da91d844a93d6584f821a1c7dc894d55818b2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 15 Sep 2007 23:00:42 +0000 Subject: transform "use lang" into "require lang" (lang.pm doesn't export anything anyway, thus making stuff require any.pm then lang.pm works as well as stuff requiring lang.pm then any.pm --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 3311f87e8..388bc3029 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; -use lang; +require lang; use run_program; use devices; use modules; -- cgit v1.2.1