diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:52 +0000 |
commit | a214dc0ee3f5df2ee744ab88e393579d6aea26bf (patch) | |
tree | f80d10387f53865b7c1ac201442e11b1316d8ad2 /urpm/util.pm | |
parent | d06ea5bd1b00a0547e5afe4544baf28038ac95e4 (diff) | |
download | urpmi-a214dc0ee3f5df2ee744ab88e393579d6aea26bf.tar urpmi-a214dc0ee3f5df2ee744ab88e393579d6aea26bf.tar.gz urpmi-a214dc0ee3f5df2ee744ab88e393579d6aea26bf.tar.bz2 urpmi-a214dc0ee3f5df2ee744ab88e393579d6aea26bf.tar.xz urpmi-a214dc0ee3f5df2ee744ab88e393579d6aea26bf.zip |
sort exports
Diffstat (limited to 'urpm/util.pm')
-rw-r--r-- | urpm/util.pm | 37 |
1 files changed, 26 insertions, 11 deletions
diff --git a/urpm/util.pm b/urpm/util.pm index cdceb852..2df16fc2 100644 --- a/urpm/util.pm +++ b/urpm/util.pm @@ -5,21 +5,36 @@ package urpm::util; use strict; use Exporter; our @ISA = 'Exporter'; -our @EXPORT = qw(min max quotespace unquotespace - add2hash_ +our @EXPORT = qw(add2hash_ any + append_to_file + basename + begins_with + cat_ + cat_utf8 + copy_and_own + difference2 + dirname + file2absolute_file + file_size find + intersection + max + member + min + offset_pathname + output_safe + partition + put_in_hash + quotespace + reduce_pathname remove_internal_name - reduce_pathname offset_pathname - untaint - copy_and_own same_size_and_mtime - partition put_in_hash uniq uniq_ - begins_with - difference2 intersection member - file_size cat_ cat_utf8 wc_l - output_safe append_to_file dirname basename - file2absolute_file + uniq + uniq_ + unquotespace + untaint + wc_l ); (our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; |