freeside/htetc global.asa,1.48,1.49 handler.pl,1.42,1.43
ivan
ivan at pouncequick.420.am
Tue Jul 6 01:43:56 PDT 2004
Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv5301
Modified Files:
global.asa handler.pl
Log Message:
0.32 (and then some) released
Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- global.asa 1 May 2004 03:54:50 -0000 1.48
+++ global.asa 6 Jul 2004 08:43:53 -0000 1.49
@@ -15,6 +15,10 @@
use IO::Handle;
use IO::File;
use Net::Whois::Raw qw(whois);
+if ( $] < 5.006 ) {
+ eval "use Net::Whois::Raw 0.32 qw(whois)";
+ die $@ if $@;
+}
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.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- handler.pl 8 Apr 2004 12:00:05 -0000 1.42
+++ handler.pl 6 Jul 2004 08:43:53 -0000 1.43
@@ -98,6 +98,10 @@
use IO::Handle;
use IO::File;
use Net::Whois::Raw qw(whois);
+ if ( $] < 5.006 ) {
+ eval "use Net::Whois::Raw 0.32 qw(whois)";
+ die $@ if $@;
+ }
use Business::CreditCard;
use String::Approx qw(amatch);
use Chart::LinesPoints;
More information about the freeside-commits
mailing list