[perl #80252] [BUG] dir() exposes Parrot strings in Rakudo

2011-01-30 Thread Will Coleda via RT
On Sun Dec 05 11:47:45 2010, masak wrote: > rakudo: say "foo".PARROT; say dir()[0].PARROT > rakudo : OUTPUT«Str␤Operation not permitted in safe mode␤ [...] > locally, "Str\nString\n" > * masak submits rakudobug > uasi++ on Twitter > > http://twitter.com/uasi/status/11461149375602690 I'm not a

[perl #80252] [BUG] dir() exposes Parrot strings in Rakudo

2010-12-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #80252] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=80252 > rakudo: say "foo".PARROT; say dir()[0].PARROT rakudo : OUTPUT«Str␤Operation not permit