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 +- NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) { diff --git a/NEWS b/NEWS index e82e560..033dcfd 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ Changes in closes: DebianBug#459938. * Fix a bashishm in tools/create-distribution. * Fix a markup typo in the pingd manpage. + * Fix "defined(@array) is deprecated" in Echolot/Tools.pm Changes in version 2.1.8 - 2005-04-25 * debian: Redirect init script output to /dev/null in logrotate -- cgit v1.2.3