Skip Menu |

This queue is for tickets about the X500-DN CPAN distribution.

Report information
The Basics
Id: 71015
Status: new
Priority: 0/
Queue: X500-DN

People
Owner: Nobody in particular
Requestors: dam [...] cpan.org
Cc:
AdminCc:

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



Subject: Use of uninitialized value $Parse::RecDescent::skip in concatenation (.) or string at /usr/share/perl5/Parse/RecDescent.pm line 2811
Hi, On line 46 of DN.pm, there is the code: local $Parse::RecDescent::skip = undef; This causes the warning mentioned in the subject when the parser is constructed. Please consider replacing undef with '' (the empty string). The warning is gone and the tests still pass. -- dam Debian Perl Group