From: David Nicol (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31259-
1158092484-244.40328-75-0@perl.org>
p4raw-id: //depot/perl@28831
=item *
+Lexical (my) variables declared in scopes external to a subroutine
+appear in code2ref output text as package variables. This is a tricky
+problem, as perl has no native facility for refering to a lexical variable
+defined within a different scope, although L<PadWalker> is a good start.
+
+=item *
+
There are probably many more bugs on non-ASCII platforms (EBCDIC).
=back