links to show alternate invoices also
[freeside.git] / htetc / handler.pl
index d425c22..885c216 100644 (file)
@@ -98,6 +98,10 @@ sub handler
       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;