summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Echolot/Tools.pm2
-rw-r--r--NEWS1
2 files changed, 2 insertions, 1 deletions
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