Subject: | small fix for 5.005 compatibility |
This small fix allows the module to work under 5.005. As it is a trivial patch, doesn't hurt things for current versions, and there are still many 5.005 machines in the wild (FreeBSD, Solaris), please consider applying it to the standard release. Thanks.
? 5.005.patch
Index: lib/Net/Whois/Raw/Data.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/5.005/Net-Whois-Raw/lib/Net/Whois/Raw/Data.pm,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Data.pm
--- lib/Net/Whois/Raw/Data.pm 7 Apr 2004 09:08:34 -0000 1.1.1.1
+++ lib/Net/Whois/Raw/Data.pm 7 Apr 2004 09:20:27 -0000
@@ -1,9 +1,9 @@
package Net::Whois::Raw::Data;
use strict;
-use vars qw(%notfound %strip);
+use vars qw(%notfound %strip %servers);
-our %servers = qw(
+%servers = qw(
COM whois.crsnic.net
NET whois.crsnic.net
EDU whois.educause.net