Skip Menu |

This queue is for tickets about the Parse-Nmap-XML CPAN distribution.

Report information
The Basics
Id: 2968
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Parse-Nmap-XML

People
Owner: apersaud [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.6_1
Fixed in: (no value)



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
RT-Send-CC: anthony_persaud [...] cargill.com
Thanks. Fixes for Parse-Nmap-XML-0.6_2 - Bug #2968 Fixed bogus 'use 5.008' in Makefile.PL (runs on 5.6 also) instead using 5.004 on module file (min req on XML-Twig) fixed minor warnings when compiling with -wc added 'use warnings' to _methods test