summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-04 21:07:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-04 21:07:46 +0000
commitaef4b7b6a68273fc1c2fb7644d5fd06daeafab7e (patch)
tree500ff5ba094b1d905f1d451495632bb2eb597583 /perl-install/common.pm
parente7a9a6215a161eb4fae26104d7e57a42936134e3 (diff)
downloaddrakx-aef4b7b6a68273fc1c2fb7644d5fd06daeafab7e.tar
drakx-aef4b7b6a68273fc1c2fb7644d5fd06daeafab7e.tar.gz
drakx-aef4b7b6a68273fc1c2fb7644d5fd06daeafab7e.tar.bz2
drakx-aef4b7b6a68273fc1c2fb7644d5fd06daeafab7e.tar.xz
drakx-aef4b7b6a68273fc1c2fb7644d5fd06daeafab7e.zip
(%EXPORT_TAGS): add if_ in "common" exported tags
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r--perl-install/common.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm
index 032eb8af5..20eac44ea 100644
--- a/perl-install/common.pm
+++ b/perl-install/common.pm
@@ -6,7 +6,7 @@ use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK $printable_chars $sizeof_int $bitof_int
@ISA = qw(Exporter);
%EXPORT_TAGS = (
- common => [ qw(__ even odd arch better_arch compat_arch min max sqr sum and_ or_ sign product bool invbool listlength bool2text bool2yesno text2bool to_int to_float ikeys member divide is_empty_array_ref is_empty_hash_ref add2hash add2hash_ set_new set_add round round_up round_down first second top uniq translate untranslate warp_text formatAlaTeX formatLines deref next_val_in_array) ],
+ common => [ qw(__ even odd arch better_arch compat_arch min max sqr sum and_ or_ if_ sign product bool invbool listlength bool2text bool2yesno text2bool to_int to_float ikeys member divide is_empty_array_ref is_empty_hash_ref add2hash add2hash_ set_new set_add round round_up round_down first second top uniq translate untranslate warp_text formatAlaTeX formatLines deref next_val_in_array) ],
functional => [ qw(fold_left compose mapgrep map_index grep_index find_index map_each grep_each list2kv map_tab_hash mapn mapn_ difference2 before_leaving catch_cdie cdie combine) ],
file => [ qw(dirname basename touch all glob_ cat_ cat__ output symlinkf chop_ mode typeFromMagic expand_symlinks) ],
system => [ qw(sync makedev unmakedev psizeof strcpy gettimeofday syscall_ salt getVarsFromSh setVarsInSh setVarsInShMode setVarsInCsh substInFile availableMemory availableRamMB removeXiBSuffix template2file template2userfile update_userkderc list_skels formatTime formatTimeRaw unix2dos setVirtual isCdNotEjectable) ],