diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-21 07:28:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-21 07:28:03 +0000 |
commit | ed8fffb6662279214d6fe4743fcd8d71a8a25122 (patch) | |
tree | 23031620e330ef1618f895a42ae95bffdab487b9 /urpm/orphans.pm | |
parent | ab61a79d89289c7a593e2df9b479f2542f721e88 (diff) | |
download | urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.tar urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.tar.gz urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.tar.bz2 urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.tar.xz urpmi-ed8fffb6662279214d6fe4743fcd8d71a8a25122.zip |
only a couple func really are needed
Diffstat (limited to 'urpm/orphans.pm')
-rw-r--r-- | urpm/orphans.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm index 279d001c..48d45754 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -1,7 +1,7 @@ package urpm::orphans; use strict; -use urpm::util; +use urpm::util qw(add2hash_ append_to_file cat_ output_safe partition put_in_hash uniq wc_l); use urpm::msg; use urpm; |