Subject: | bogus use 5.008; in Makefile.PL and a few warnings |
The
use 5.008;
is a bogus requirement.
The module will work with perl5.6x.
also,
Show quoted text
>perl -Mstrict -wc XML.pm
"my" variable $tmp masks earlier declaration in same scope at XML.pm line 158.
"my" variable $addr masks earlier declaration in same scope at XML.pm line 160.
XML.pm syntax OK