From: Yves Orton Date: Sat, 28 Jan 2012 23:06:23 +0000 (+0100) Subject: Fix bug #109206: ANCH_MBOL with while /.*/g X-Git-Tag: v5.15.8~352 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/21eede782bed11b0263f9bff02b9ca7b7dfcd6eb?hp=21eede782bed11b0263f9bff02b9ca7b7dfcd6eb Fix bug #109206: ANCH_MBOL with while /.*/g We had a fencepost error when ANCH_MBOL was enabled that meant we did not "see" matches at the end of string. This fixes the problem and adds tests. ---