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


in reply to Re^18: Hash order randomization is coming, are you ready?
in thread Hash order randomization is coming, are you ready?

As I understand it, any packages broken by this change are not relying on undocumented behaviour; they're relying on behaviour which is documented as being unreliable.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'