# New Ticket Created by Siddhant Saraf # Please include the string: [perl #113888] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=113888 >
$ perl6 --version This is perl6 version 2012.06-41-g88a9d69 built on parrot 4.5.0 revision RELEASE_4_5_0 In Rakudo's REPL: >print 'a'.WHAT; use of uninitialized variable $v of type Str in string context True > The part about "$v" is a bug. It should just be "use of uninitialized value of type Str in string context"