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


With rakudo-jvm 2014.12:

$ perl6-j -e 'my \T = ($_ for ^1); say T'
Nil
$

Compare this with

$ perl6-j -e 'say ($_ for ^2)'
0 1

and

$ perl6-m -e 'my \T = ($_ for ^2); say T'
0 1

This breaks Digest::MD5.

Reply via email to