chiark
/
gitweb
/
~mdw
/
distorted-bits
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
34e5071
)
mkaptsrc: Perl's scoping for named subroutines is bobbins.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 30 Apr 2014 17:44:41 +0000
(18:44 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 30 Apr 2014 17:44:41 +0000
(18:44 +0100)
Nested named subroutines don't capture their lexical environment
properly on subsequent calls to the enclosing subroutine. This is
obviously a bug.
No differences found