http://www.perlmonks.org?node_id=976677


in reply to Re: Bizarro %+ hash slice bug in Perl 5.10 to 5.14.
in thread Bizarro %+ hash slice bug in Perl 5.10 to 5.14.

Ah, this looks like it! The diff can be found here.

The commit included a couple of tests, but I'll send p5p my test file too, just in case they want it.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^2: Bizarro %+ hash slice bug in Perl 5.10 to 5.14.