This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
a8e6f76
)
sigtrap.pm: Avoid lexical $_
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 4 Dec 2012 14:57:02 +0000
(06:57 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 4 Dec 2012 18:51:21 +0000
(10:51 -0800)
my $_ is about to be deprecated.
It has been using it since commit
972fc2eb7a
to avoid modifying a
read-only argument. Using @{[...]} instead works, too.
No differences found