in reply to Re^6: Lexical scope vs. postfix loops (perl bug?)
in thread Lexical scope vs. postfix loops (perl bug?)

Having to add another line to your code isn't their notion of backwards compatibility, and in this case I have to agree.

And not making it a default would also be weird, because in the case of strict it would require two lines (use strict; use strict 'postfix';), and in the case of warnings it would imply that use warnings; isn't the same as use warnings 'all';, on which others rely.