# New Ticket Created by Zoffix Znet # Please include the string: [perl #131840] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131840 >
cd $(mktemp -d); echo 'BEGIN sub {fail}()' > Foo.pm6; perl6 -I. -MFoo -e '' ===SORRY!=== Code ref '' does not exist in serialization context The above is a golfed version of an error occuring in user's module: https://irclog.perlgeek.de/perl6/2017-08-04#i_14968830