OpenSRS support for domain registration first appears in Net::DRI 0.95.
authorrsiddall <rsiddall>
Wed, 26 Aug 2009 16:19:21 +0000 (16:19 +0000)
committerrsiddall <rsiddall>
Wed, 26 Aug 2009 16:19:21 +0000 (16:19 +0000)
FS/FS/part_export/domreg_net_dri.pm

index d25945d..bf01602 100644 (file)
@@ -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,