mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 11:52:12 -04:00
[master] missing 'use' caused test failure
This commit is contained in:
parent
fc39b6a961
commit
a3b21effd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue