diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-09 16:27:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-09 16:27:31 +0000 |
commit | 793775ab16fb362ed9a005f4a1967323844802d3 (patch) | |
tree | d5f81dbde8b9cdbe2f3677ff704ec26664a9c5f1 /urpm/parallel_ssh.pm | |
parent | 18ffae3751247cc3033edb0c3e366f2227a08ff4 (diff) | |
download | urpmi-793775ab16fb362ed9a005f4a1967323844802d3.tar urpmi-793775ab16fb362ed9a005f4a1967323844802d3.tar.gz urpmi-793775ab16fb362ed9a005f4a1967323844802d3.tar.bz2 urpmi-793775ab16fb362ed9a005f4a1967323844802d3.tar.xz urpmi-793775ab16fb362ed9a005f4a1967323844802d3.zip |
help perl_checker
Diffstat (limited to 'urpm/parallel_ssh.pm')
-rw-r--r-- | urpm/parallel_ssh.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index 3ae7d86a..69c93264 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -9,6 +9,8 @@ use strict; use urpm::util; use Time::HiRes qw(gettimeofday); +our @ISA = (); #- help perl_checker + (our $VERSION) = q($Revision$) =~ /(\d+)/; sub _localhost { $_[0] eq 'localhost' } |