The way regular expressions work in Perl doesn't randomly degrade across Perl versions. For a given regex you can determine what it's complexity would be across versions just like you would for an arbitrary chunk of Perl code.
It's true you don't always get a complexity guarantee for free like in a DFA implementation of formal regular expressions.