# New Ticket Created by Benjamin Goldberg
# Please include the string: [perl #131200]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=131200 >
The output from the following piece of code is weird:
sub baz { require Test qw(&ok); ok(1) }; baz
It produces:
===SORRY!===
Cannot invoke this object (REPR: Null; VMNull)
Here's a link to the irc log when I discovered it:
http://colabti.org/irclogger/irclogger_log/perl6?date=2017-04-22#l1162
Thanks!