]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
die if $Net::DNS::VERSION >= 0.73
authorMark Andrews <marka@isc.org>
Fri, 13 Jun 2014 01:24:51 +0000 (11:24 +1000)
committerMark Andrews <marka@isc.org>
Fri, 13 Jun 2014 01:25:26 +0000 (11:25 +1000)
bin/tests/system/xfer/prereq.sh

index b68cc58e6d27d604679a0610c2cc64dfb2d86b9f..f4ccdf7139944e0f85808aa1b8b99e2bae8a54ed 100644 (file)
@@ -16,7 +16,7 @@
 
 if $PERL -e 'use Net::DNS;' 2>/dev/null
 then
-    if $PERL -e 'use Net::DNS; die if $Net::DNS::VERSION == 0.73;' 2>/dev/null
+    if $PERL -e 'use Net::DNS; die if $Net::DNS::VERSION >= 0.73;' 2>/dev/null
     then
         :
     else