http://qs321.pair.com?node_id=11128172


in reply to Re^4: regex gotcha moving from 5.8.8 to 5.30.0?
in thread regex gotcha moving from 5.8.8 to 5.30.0?

No, but it's a regression, and seems to be narrowed down somewhere in:
$text =~ /\G \s* ^ \s* begfoo \s+ (\S+?) \s* \( \s* (.*?) \s +* \) \s* ;/gcmsx
And it sounds like replacing .*? with [^;]*? was tried.