# New Ticket Created by Zoffix Znet # Please include the string: [perl #131839] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131839 >
cd $(mktemp -d); echo 'unit module Foo; BEGIN shell "dir", :out;' > Foo.pm6; perl6 -I. -MFoo -e '' ===SORRY!=== Missing serialize REPR function for REPR ConditionVariable (Lock::ConditionVariable) If the code is not meant to be serializable, then IMO at least the error should be better. IRC talk: https://irclog.perlgeek.de/perl6/2017-08-04#i_14969158