Skip Menu |

This queue is for tickets about the Text-RewriteRules CPAN distribution.

Report information
The Basics
Id: 56269
Status: resolved
Priority: 0/
Queue: Text-RewriteRules

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

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



Subject: Endless loop in 02.mark.t with perl 5.12.0
Running /usr/perl-5.12.0-RC0/bin/perl -Mblib -d:Trace t/02.mark.t shows the endless loop. These lines are reported over and over again: Show quoted text
>> t/02.mark.t:190: $modified = 0; >> t/02.mark.t:191: while (m{${_M}(?:a)}g) { >> t/02.mark.t:192: if (1) { >> t/02.mark.t:193: s{${_M}(?:a)\G}{b${_M}}; >> t/02.mark.t:194: $modified = 1; >> t/02.mark.t:196: }
Regards, Slaven
It took a whole Easter afternoon to figure out what was causing it, and how to solve it. But it was a lot easier to fix after your previous debug on it :) Thank you. 0.22 should be hitting cpan soon with this issue fixed. ambs