[svn:qpsmtpd] r578 - trunk/lib/Danga

[email protected] 22 Nov 2005 23:04:06 -0000
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
Author: msergeant
Date: Tue Nov 22 15:04:06 2005
New Revision: 578

Modified:
   trunk/lib/Danga/DNS.pm
Log:
Forgot pseudo hash entry


Modified: trunk/lib/Danga/DNS.pm
==============================================================================
--- trunk/lib/Danga/DNS.pm	(original)
+++ trunk/lib/Danga/DNS.pm	Tue Nov 22 15:04:06 2005
@@ -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;