From 793775ab16fb362ed9a005f4a1967323844802d3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Nov 2006 16:27:31 +0000 Subject: help perl_checker --- urpm/parallel_ssh.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm/parallel_ssh.pm') 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' } -- cgit v1.2.1