check-perl-modules.pl: do not require any XML modules
commit7dbfd30d0d2be639fe1fec1c4b99654c2d51a1df
authorKyle J. McKay <mackyle@gmail.com>
Mon, 1 Mar 2021 17:03:21 +0000 (1 10:03 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 1 Mar 2021 17:03:21 +0000 (1 10:03 -0700)
treebf21163cb3a5d18ed3d98eea6a30faf3264d84b1
parent428fa6f18538eccdd840d9c2440008334f059e15
check-perl-modules.pl: do not require any XML modules

Previously either XML::Simple and/or XML::Parser were required
with the intent that would allow the explicit README contents
to always be validated.

As the need for that has been overcome by events (the Markdown
module now does its own internal validation without the need for
either of those modules), remove the checks for the XML Perl
modules since they're no longer of any interest.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/check-perl-modules.pl