On 09/20/2015 09:55 AM, Tobias Leich (via RT) wrote:
> # New Ticket Created by  Tobias Leich 
> # Please include the string:  [perl #126113]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/Ticket/Display.html?id=126113 >
> 
> 
> t/spec/S02-names/pseudo.t expects that you can do:
> 
>     use Test; plan 1;
>     sub f3() { }
>     &::("CORE")::none := &f3;
>     ok &none =:= &f3, 'works';

I'm pretty sure that test is incorrect.

Lexical scopes are read-only after compile time, and &::CORE is a
lexical scope, after all.

Reply via email to