Skip Menu |

This queue is for tickets about the Regexp-Debugger CPAN distribution.

Report information
The Basics
Id: 96861
Status: new
Priority: 0/
Queue: Regexp-Debugger

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

Bug Information
Severity: (no value)
Broken in: 0.001020
Fixed in: (no value)



Subject: Can't create unknown regex: $RE{balanced}{cooked}
perl -le ' use Regexp::Debugger; use Regexp::Common qw(balanced); print "foo()" =~ /\G$RE{balanced}/; ' Can't create unknown regex: $RE{balanced}{cooked} at [...]/Regexp/Debugger.pm line 316. Tested with perl 5.14.2, 5.18.2, and bleadperl and with various versions of Regexp::Common. The program works when I remove the \G. Thanks,