Subject: | Using Regexp::Grammars bails out "forced to realloc PL_linestr for line use Regexp::Grammars; ... " |
Hi
I wanted to update Regexp::Grammars to new version 1.042. B::Hooks::Parser dependency is satisfied:
ii libb-hooks-parser-perl 0.16-1 amd64 module providing an interface to Perl's parser variables
on a system with Perl 5.20.2.
The following though bails out:
$ perl -w -MRegexp::Grammars -e 1
forced to realloc PL_linestr for line use Regexp::Grammars;
, bailing out before we crash harder at /usr/lib/x86_64-linux-gnu/perl5/5.20/B/Hooks/Parser.pm line 25.
BEGIN failed--compilation aborted.
Any ideas?
Regards,
Salvatore