diff options
author | ivan <ivan> | 2004-07-06 08:43:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-07-06 08:43:53 +0000 |
commit | 62b9467f16b67a95742a4ef060246e7e2fbf387c (patch) | |
tree | e4afa989402570b0baab02da0e3f09f20c50c537 /htetc/handler.pl | |
parent | cac5bac7073a35e7d693fb55ce537994324b8e74 (diff) |
0.32 (and then some) released
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index d425c2270..885c21641 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -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; |