http://qs1969.pair.com?node_id=11128198


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

Just a guess, but the delta for 5.20 includes this entry:

Executing a regex that contains the ^ anchor (or its variant under the /m flag) has been made much faster in several situations.

https://metacpan.org/pod/release/RJBS/perl-5.20.0/pod/perldelta.pod#Performance-Enhancements

Maybe that enhancement has some side effects triggered by the \s* ^ \s* patterns in the regexps.

Are you able to test what happens in pre-5.20 if these patterns are changed to \s*?

Edit - I should have asked for what happens either side of 5.20.