mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
[master] missing 'use' caused test failure
This commit is contained in:
parent
fc39b6a961
commit
a3b21effd7
@ -27,7 +27,7 @@ else
|
||||
echo "I:JSON tests require JSON library; skipping" >&2
|
||||
fi
|
||||
|
||||
if $PERL -e 'XML::Simple;' 2>/dev/null
|
||||
if $PERL -e 'use XML::Simple;' 2>/dev/null
|
||||
then
|
||||
PERL_XML=1
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user