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


perl6 --target=pir --output=a.pir -e 'my Buf constant $b = Buf.new(65)'
===SORRY!===
Serialization Error: Unimplemented object type 'ByteBuffer' passed to 
write_ref


Just running similar code seems to work OK.

perl6 -e 'my Buf constant $b = Buf.new(65); say $b'
Buf:0x<41>

Reply via email to