On Thu, 18 May 2017 15:19:26 -0700, c...@zoffix.com wrote:
> To the best of my knowledge:
> 
> On Thu, 18 May 2017 03:52:42 -0700, elizabeth wrote:
> > Should this work? If not, why not?
> 
> No, because the symbol is lexical to the compunit. It's the same as
> how you won't be able
> to access subs or `my` constants or variables, unless you make them
> `our` or export them.
> 
This and the rest of the response are correct; ticket rejected as there's no 
bug here. The point of lexical stuff in modules is that it's not visible 
outside unless explicitly exported.

Reply via email to