freeside/htetc global.asa,1.21.4.10,1.21.4.11 handler.pl,1.22.4.13,1.22.4.14

ivan ivan at pouncequick.420.am
Mon Apr 5 02:09:19 PDT 2004


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

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	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.21.4.10
retrieving revision 1.21.4.11
diff -u -d -r1.21.4.10 -r1.21.4.11
--- global.asa	2 Apr 2004 13:45:26 -0000	1.21.4.10
+++ global.asa	5 Apr 2004 09:09:15 -0000	1.21.4.11
@@ -10,6 +10,8 @@
 use HTML::Entities;
 use IO::Handle;
 use IO::File;
+use Net::Whois::Raw qw(whois);
+use Business::CreditCard;
 use String::Approx qw(amatch);
 use HTML::Widgets::SelectLayers 0.03;
 use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name);

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.22.4.13
retrieving revision 1.22.4.14
diff -u -d -r1.22.4.13 -r1.22.4.14
--- handler.pl	2 Apr 2004 13:45:26 -0000	1.22.4.13
+++ handler.pl	5 Apr 2004 09:09:15 -0000	1.22.4.14
@@ -71,6 +71,8 @@
       use HTML::Entities;
       use IO::Handle;
       use IO::File;
+      use Net::Whois::Raw qw(whois);
+      use Business::CreditCard;
       use String::Approx qw(amatch);
       use HTML::Widgets::SelectLayers 0.03;
       use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name);




More information about the freeside-commits mailing list