chiark / gitweb /
mkaptsrc: Perl's scoping for named subroutines is bobbins.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 30 Apr 2014 17:44:41 +0000 (18:44 +0100)
committerMark 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