mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
die if $Net::DNS::VERSION >= 0.73
This commit is contained in:
parent
fb710168ef
commit
d4a98c0fb7
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