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

This commit is contained in:
Mark Andrews 2014-06-13 11:24:51 +10:00
parent fb710168ef
commit d4a98c0fb7

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