diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-13 13:55:47 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-13 13:55:47 +0000 |
commit | cfac1ad0a56ed9864c3e9af17490ec6bc05ba448 (patch) | |
tree | 83f2b08298c4abd2676130301d36fce21f8b354b /perl-install | |
parent | 829fe6593c8099a6179e78458fc4ed3fc921996f (diff) | |
download | drakx-cfac1ad0a56ed9864c3e9af17490ec6bc05ba448.tar drakx-cfac1ad0a56ed9864c3e9af17490ec6bc05ba448.tar.gz drakx-cfac1ad0a56ed9864c3e9af17490ec6bc05ba448.tar.bz2 drakx-cfac1ad0a56ed9864c3e9af17490ec6bc05ba448.tar.xz drakx-cfac1ad0a56ed9864c3e9af17490ec6bc05ba448.zip |
gc sux: install_any is not available in drakxtools
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 2523fd752..1e3e88db3 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -4,7 +4,6 @@ use diagnostics; use strict; use common; use log; -use install_any; #- key: lang name (locale name for some (~5) special cases needing #- extra distinctions) |