in reply to Re^5: How we can separate a backref from a digit?
in thread How we can separate a backref from a digit?

That optimization came with 5.10.

From man perl5100delta:

Single char char-classes treated as literals Classes of a single character are now treated the same as i +f the character had been used as a literal, meaning that code tha +t uses char-classes as an escaping mechanism will see a speedup. ( +Yves Orton)

Replies are listed 'Best First'.
Re^7: How we can separate a backref from a digit?
by BrowserUk (Patriarch) on Mar 18, 2011 at 23:05 UTC
    That optimization came with 5.10.

    That explains why I couldn't find it. I was looking in the wrong place.

    I guess that this is another of those features--like defined-OR--that was discussed for a long time prior to actually making it into a release.