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)
commit34e5071063d4d70a293fec81bbcb480cad9f13f3
tree7c5d6027f7dedbd0839d9de46bb38083a0a7ee42
parenta7ee99aa2d732986f2abdd5e7dc0524d5ea6d5f6
mkaptsrc: Perl's scoping for named subroutines is bobbins.

Nested named subroutines don't capture their lexical environment
properly on subsequent calls to the enclosing subroutine.  This is
obviously a bug.
mkaptsrc