# New Ticket Created by  publiustemp-perl6compil...@yahoo.com 
# Please include the string:  [perl #61882]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61882 >


Per Larry:  Definitely bug.  Rvalues aren't supposed to autovivify.

  $ ./perl6 -e 'my %foo; if %foo<a> {}; say %foo.perl'
  {"a" => undef}

Revision: 34706

$ uname -a
Darwin
curtis-poes-computer-3.local 9.5.1 Darwin Kernel Version 9.5.1: Fri Sep
19 16:19:24 PDT 2008; root:xnu-1228.8.30~1/RELEASE_I386 i386
 
Cheers,
Ovid
--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Reply via email to