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