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/NEWS | 1 + perl-install/any.pm | 2 +- perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 3912e169b..ed306af82 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- fix a crash - localedrake: o install scim-bridge-qt4 if KDE4 is installed 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; diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index bfb5a2ecb..410d88891 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- fix a crash - localization: o install scim-bridge-qt4 if KDE4 is installed -- cgit v1.2.1