From c97606ae5b88ae471c9815e45d332bf01f89cade Mon Sep 17 00:00:00 2001 From: rsiddall Date: Wed, 26 Aug 2009 16:19:21 +0000 Subject: [PATCH] OpenSRS support for domain registration first appears in Net::DRI 0.95. --- FS/FS/part_export/domreg_net_dri.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/domreg_net_dri.pm b/FS/FS/part_export/domreg_net_dri.pm index d25945d60..bf0160243 100644 --- a/FS/FS/part_export/domreg_net_dri.pm +++ b/FS/FS/part_export/domreg_net_dri.pm @@ -355,7 +355,7 @@ sub get_dri { # return $self->{dri} if $self->{dri}; #!!!TBD!!! connection caching. - eval "use Net::DRI;"; + eval "use Net::DRI 0.95;"; return $@ if $@; # $dri=Net::DRI->new(...) to create the global object. Save the result, -- 2.11.0