freeside/htetc global.asa,1.45,1.46 handler.pl,1.40,1.41

ivan ivan at pouncequick.420.am
Mon Apr 5 02:08:43 PDT 2004


Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv28422/htetc

Modified Files:
	global.asa handler.pl 
Log Message:
add whois functionality internally instead of linking to geektools

Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- global.asa	2 Apr 2004 13:44:54 -0000	1.45
+++ global.asa	5 Apr 2004 09:08:39 -0000	1.46
@@ -14,6 +14,7 @@
 use HTML::Entities;
 use IO::Handle;
 use IO::File;
+use Net::Whois::Raw qw(whois);
 use Business::CreditCard;
 use String::Approx qw(amatch);
 use Chart::LinesPoints;

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- handler.pl	2 Apr 2004 13:44:54 -0000	1.40
+++ handler.pl	5 Apr 2004 09:08:39 -0000	1.41
@@ -71,6 +71,7 @@
       use HTML::Entities;
       use IO::Handle;
       use IO::File;
+      use Net::Whois::Raw qw(whois);
       use Business::CreditCard;
       use String::Approx qw(amatch);
       use Chart::LinesPoints;




More information about the freeside-commits mailing list