From 0de3b1bc5a595e0ca3ac73d73ed8a161a543f355 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 22 Oct 2014 20:55:35 +0200 Subject: Fix "defined(@array) is deprecated" in Echolot/Tools.pm --- Echolot/Tools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Echolot') diff --git a/Echolot/Tools.pm b/Echolot/Tools.pm index 6828ed7..0ed423c 100644 --- a/Echolot/Tools.pm +++ b/Echolot/Tools.pm @@ -344,7 +344,7 @@ sub readwrite_gpg($$$$$) { } } - next unless (defined(@$readyr)); # Wait some more. + next unless (defined($readyr)); # Wait some more. for my $rfd (@$readyr) { if ($rfd->eof) { -- cgit v1.2.3