This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify the code that sets $_ in given()
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 21 Jul 2009 12:02:25 +0000 (14:02 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 21 Jul 2009 12:02:25 +0000 (14:02 +0200)
commitbb74b0ee4e732d7f05e2d9e9690a7ada65f6039e
tree345d063eda48c9801d89d78628cbfef1fdbb259c
parentde6375e332702d303851040d7f316f395af6be8e
Simplify the code that sets $_ in given()

$_ is guaranteed to be lexical here, because the parser did an allocmy
when parsing the given() statement.
pp_ctl.c