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


echo 'BEGIN Backtrace.new' > A.pm6 && perl6 -I. -e 'use A;'
Code ref '' does not exist in serialization context

This was very problematic for me because code I wanted to run at compile
time and store the result was storing backtraces in some objects for
debugging purposes.

LL

Reply via email to