Pm (>), Carl (>>):
> > Same goes for Undef, which should arguably also be able to output
> > .values, I think.
>
> Perl 6 doesn't have C.
What I guess I meant was that the following shouldn't happen either:
$ perl6 -e 'my $x; say $x.values'
Method '!flatten' not found for invocant of class 'Unde
Carl (>), Pm (>>), Carl (>>>):
> > > Same goes for Undef, which should arguably also be able to output
> > > .values, I think.
> >
> > Perl 6 doesn't have C.
>
> What I guess I meant was that the following shouldn't happen either:
>
> $ perl6 -e 'my $x; say $x.values'
> Method '!flatten' not fou
On Fri Jan 09 14:17:02 2009, masak wrote:
> rakudo: my Any $x .= new; say $x.values
> rakudo 35320: OUTPUT«Method '!flatten' not found for invocant
> of class 'Any' [...]
> * masak submits rakudobug
Now "fixed" in r35392, although I'm not sure what the correct behavior
should be.
$ ./parrot p
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #62148]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62148 >
rakudo: my Any $x .= new; say $x.values
rakudo 35320: OUTPUT«Method '!flatten' not fou