Subject: | Use quoted version number in synopsis |
The Synopsis for the Parser class states:
use XML::LibXML 1.70;
(see https://metacpan.org/module/XML::LibXML::Parser#SYNOPSIS)
Using the unquoted version number in "use" results in an incorrect error message:
XML::LibXML version 1.7 required--this is only version 1.64 at ...
Therefore, please quote the version number in the example files.