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,