Subject: | Fails Tests on install |
Hi,
This Module fails on install for me. Cpantesters is encountering errors
as well. http://www.cpantesters.org/distro/M/Module-
ExtractUse.html#Module-ExtractUse-0.23
The Problem might be a backwards incompatible change in
Parse::RecDescent. Its changelog contains the following entry:
1.966_002 Sun Jan 22 19:08:37 2012
- *** NON-BACKWARDS COMPATIBLE CHANGE! *** Change the caches for
$prevline and $thisline to be local to the parser, rather than
lexical vars in Parse::RecDescent. This prevents previously
generated parsers from interfering with the line counts of
later parsers.