summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsiddall <rsiddall>2009-08-26 16:19:21 +0000
committerrsiddall <rsiddall>2009-08-26 16:19:21 +0000
commitc97606ae5b88ae471c9815e45d332bf01f89cade (patch)
tree2071eeac282c020530d0831bae68ee6e08a3f130
parent8b1c2e26c2e558031d0e283597909e2798420ef0 (diff)
OpenSRS support for domain registration first appears in Net::DRI 0.95.
-rw-r--r--FS/FS/part_export/domreg_net_dri.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/domreg_net_dri.pm b/FS/FS/part_export/domreg_net_dri.pm
index d25945d..bf01602 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,