mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 21:00:00 -04:00
die if $Net::DNS::VERSION >= 0.73
This commit is contained in:
parent
b819c00ca5
commit
157bb6945d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue