From 8ba31246d8226ff4d71d0ddabcb31d984e7a1548 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 11 Aug 1999 13:12:11 +0000 Subject: [PATCH] require a working Net::Whois version --- FS/FS/svc_domain.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index c6d124833..57fa47fa8 100644 --- a/FS/FS/svc_domain.pm +++ b/FS/FS/svc_domain.pm @@ -8,7 +8,7 @@ use Carp; use Mail::Internet; use Mail::Header; use Date::Format; -use Net::Whois; #0.24; +use Net::Whois 1.001; use FS::Record qw(fields qsearch qsearchs); use FS::Conf; use FS::svc_Common; @@ -393,7 +393,7 @@ sub submit_internic { =head1 VERSION -$Id: svc_domain.pm,v 1.1 1999-08-04 09:03:53 ivan Exp $ +$Id: svc_domain.pm,v 1.2 1999-08-11 13:12:11 ivan Exp $ =head1 BUGS -- 2.11.0