From: rsiddall Date: Wed, 26 Aug 2009 16:19:21 +0000 (+0000) Subject: OpenSRS support for domain registration first appears in Net::DRI 0.95. X-Git-Tag: freeside_1_9_1^2~103 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c97606ae5b88ae471c9815e45d332bf01f89cade;p=freeside.git OpenSRS support for domain registration first appears in Net::DRI 0.95. --- 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,