freeside/htetc global.asa,1.21.4.11,1.21.4.12 handler.pl,1.22.4.14,1.22.4.15
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-serv5307
Modified Files:
Tag: FREESIDE_1_4_BRANCH
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.21.4.11
retrieving revision 1.21.4.12
diff -u -d -r1.21.4.11 -r1.21.4.12
--- global.asa 5 Apr 2004 09:09:15 -0000 1.21.4.11
+++ global.asa 6 Jul 2004 08:43:54 -0000 1.21.4.12
@@ -11,6 +11,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 HTML::Widgets::SelectLayers 0.03;
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.22.4.14
retrieving revision 1.22.4.15
diff -u -d -r1.22.4.14 -r1.22.4.15
--- handler.pl 5 Apr 2004 09:09:15 -0000 1.22.4.14
+++ handler.pl 6 Jul 2004 08:43:54 -0000 1.22.4.15
@@ -72,6 +72,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 HTML::Widgets::SelectLayers 0.03;
More information about the freeside-commits
mailing list