From f5efe92bea643728310e8644b24f61c44c0051ad Mon Sep 17 00:00:00 2001 From: Matt Sergeant Date: Tue, 22 Nov 2005 23:04:06 +0000 Subject: [PATCH] Forgot pseudo hash entry git-svn-id: https://svn.perl.org/qpsmtpd/trunk@578 958fd67b-6ff1-0310-b445-bb7760255be9 --- lib/Danga/DNS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Danga/DNS.pm b/lib/Danga/DNS.pm index 02cd525..8b76bdd 100644 --- a/lib/Danga/DNS.pm +++ b/lib/Danga/DNS.pm @@ -6,7 +6,7 @@ package Danga::DNS; # hosts you want to query, plus the callback. All the hard work is done # in Danga::DNS::Resolver. -use fields qw(client hosts num_hosts callback results start); +use fields qw(client hosts num_hosts callback finished results start); use strict; use Danga::DNS::Resolver;