[freeside-commits] freeside/FS/FS svc_domain.pm,1.51,1.52

Ivan,,, ivan at wavetail.420.am
Sat Sep 22 12:03:37 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv23479

Modified Files:
	svc_domain.pm 
Log Message:
have to import tld_exists function if we're going to use it

Index: svc_domain.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_domain.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- svc_domain.pm	12 Sep 2007 03:39:15 -0000	1.51
+++ svc_domain.pm	22 Sep 2007 19:03:34 -0000	1.52
@@ -8,7 +8,7 @@
 use Carp;
 use Date::Format;
 #use Net::Whois::Raw;
-use Net::Domain::TLD;
+use Net::Domain::TLD qw(tld_exists);
 use FS::Record qw(fields qsearch qsearchs dbh);
 use FS::Conf;
 use FS::svc_Common;



More information about the freeside-commits mailing list