diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/any.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
3 files changed, 3 insertions, 1 deletions
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 |