# 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';

Reply via email to