# New Ticket Created by  Lloyd Fournier 
# Please include the string:  [perl #127034]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127034 >


#lib/beginprecomp.pm
my package EXPORT::DEFAULT {
    BEGIN {
        OUR::{'&foo'} = sub (|) { say "foo" }
    }
}

perl6 -Ilib -e 'use beginprecomp; foo'
#!>Cannot invoke this object

Reply via email to