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


Example:

  .say for OUTER::OUTER::.values; # a bunch of Mus

Shouldn't this be equivalent to my $stash = OUTER::OUTER::; .say for 
%stash.map({ %stash{$_} })?

Reply via email to