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


Just a few random crashes in the REPL:

$ perl6
> say %*ENV
===SORRY!===
Method 'key' not found for invocant of class 'String'


$ perl6
> %*ENV.perl
Method 'key' not found for invocant of class 'String'
>
> %*PATH
===SORRY!===
Contextual %*PATH not found


$ perl6
> say $*PATH
===SORRY!===
Contextual $*PATH not found

Reply via email to