[perl #123154] Stash values are all Mu

2015-10-31 Thread Will Coleda via RT
On Mon Oct 05 10:28:55 2015, jn...@jnthn.net wrote: > On Fri Nov 07 20:44:27 2014, r...@hoelz.ro wrote: > > 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{$_} })? > > Fixed now

[perl #123154] Stash values are all Mu

2015-10-05 Thread jn...@jnthn.net via RT
On Fri Nov 07 20:44:27 2014, r...@hoelz.ro wrote: > 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{$_} })? Fixed now, and test coverage added in S02-names/pseudo.t.

[perl #123154] Stash values are all Mu

2015-08-29 Thread Will Coleda via RT
On Fri Nov 07 20:44:27 2014, r...@hoelz.ro wrote: > 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{$_} })? I'm not sure that does what you think it does; Fixing the sigil typo, I get: 1

[perl #123154] Stash values are all Mu

2014-11-07 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #123154] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123154 > Example: .say for OUTER::OUTER::.values; # a bunch of Mus Shouldn't this be equivalent t