diff options
Diffstat (limited to 'urpm/lock.pm')
-rw-r--r-- | urpm/lock.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/lock.pm b/urpm/lock.pm index d480b25d..73c2c568 100644 --- a/urpm/lock.pm +++ b/urpm/lock.pm @@ -4,7 +4,7 @@ package urpm::lock; use strict; use urpm::msg; -use urpm::util; +use urpm::util 'cat_'; #- avoid putting a require on Fcntl ':flock' (which is perl and not perl-base). my ($LOCK_SH, $LOCK_EX, $LOCK_NB, $LOCK_UN) = (1, 2, 4, 8); |