diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-31 09:41:15 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-31 09:41:15 +0000 |
commit | 0a3013293fb7449593f65afb954fa8ed326cf049 (patch) | |
tree | d5e929ed8123e4f319c58f7c261f3cf5ec7f0ffe /urpm | |
parent | ec27f11a634832a3bdb1f6d3364917518b0074d0 (diff) | |
download | urpmi-0a3013293fb7449593f65afb954fa8ed326cf049.tar urpmi-0a3013293fb7449593f65afb954fa8ed326cf049.tar.gz urpmi-0a3013293fb7449593f65afb954fa8ed326cf049.tar.bz2 urpmi-0a3013293fb7449593f65afb954fa8ed326cf049.tar.xz urpmi-0a3013293fb7449593f65afb954fa8ed326cf049.zip |
forgot to use urpm::util for append_to_file
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/dudf.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/dudf.pm b/urpm/dudf.pm index 6f0e7a89..7e916b0b 100644 --- a/urpm/dudf.pm +++ b/urpm/dudf.pm @@ -8,6 +8,7 @@ use Exporter; use URPM; use urpm; use urpm::msg; +use urpm::util; use Cwd; use IO::File; use Switch; |