die if $Net::DNS::VERSION >= 0.73

This commit is contained in:
Mark Andrews
2014-06-13 11:24:51 +10:00
parent b819c00ca5
commit 157bb6945d

View 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