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