diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-10-19 07:09:13 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-10-19 07:09:13 +0000 |
commit | a1d15e246c5eea6f1f192484ee3f468d34544b96 (patch) | |
tree | ccea56bd88c81306d762f9b03fe8e28f191217f8 /MDK | |
parent | a86f61b6d7d96e3f13b1fa18378e1de380c96c10 (diff) | |
download | perl-MDK-Common-a1d15e246c5eea6f1f192484ee3f468d34544b96.tar perl-MDK-Common-a1d15e246c5eea6f1f192484ee3f468d34544b96.tar.gz perl-MDK-Common-a1d15e246c5eea6f1f192484ee3f468d34544b96.tar.bz2 perl-MDK-Common-a1d15e246c5eea6f1f192484ee3f468d34544b96.tar.xz perl-MDK-Common-a1d15e246c5eea6f1f192484ee3f468d34544b96.zip |
- export distrib()
Diffstat (limited to 'MDK')
-rw-r--r-- | MDK/Common/System.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm index d81efe0..29b8472 100644 --- a/MDK/Common/System.pm +++ b/MDK/Common/System.pm @@ -179,7 +179,7 @@ use MDK::Common::File; use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK %compat_arch $printable_chars $sizeof_int $bitof_int); #); @ISA = qw(Exporter); -@EXPORT_OK = qw(%compat_arch $printable_chars $sizeof_int $bitof_int arch typeFromMagic list_passwd list_home list_skels list_users syscall_ psizeof availableMemory availableRamMB gettimeofday unix2dos whereis_binary getVarsFromSh setVarsInSh setVarsInShMode setExportedVarsInSh setExportedVarsInCsh template2file template2userfile read_gnomekderc update_gnomekderc fuzzy_pidofs); #); +@EXPORT_OK = qw(%compat_arch $printable_chars $sizeof_int $bitof_int arch distrib typeFromMagic list_passwd list_home list_skels list_users syscall_ psizeof availableMemory availableRamMB gettimeofday unix2dos whereis_binary getVarsFromSh setVarsInSh setVarsInShMode setExportedVarsInSh setExportedVarsInCsh template2file template2userfile read_gnomekderc update_gnomekderc fuzzy_pidofs); #); %EXPORT_TAGS = (all => [ @EXPORT_OK ]); |