On 12/3/05, Bob Rogers <[EMAIL PROTECTED]> wrote:
> So, at present, lexical subs must be emitted in preorder.  Is this a
> bug, a TODO, or a conscious design decision?  (I'm hoping for "bug,"
> BTW, since it's not mentioned in PDD20 . . . )
>
i've added 4 tests to t/op/lexicals.t testing this. as implemented,
:outer('foo') refers to the first precompiled sub named 'foo' in the
compilation unit. this is, as you mention, currently unspecified
behavior. however, if it changes, hopefully one of those tests should
pick it up.

~jerry
BTW i'm hoping for bug or todo, also.

Reply via email to