# New Ticket Created by Moritz Lenz # Please include the string: [perl #58278] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58278 >
r30449:
> sub a([EMAIL PROTECTED]) { say @b.elems }; a(1, 2, 3)
Cannot morph a Perl6Scalar.
Note that the passing itself doesn't throw an error:
> sub a([EMAIL PROTECTED]) { }; a(1, 2, 3)
>
Clearly we need more tests...
--
Moritz Lenz
http://moritz.faui2k3.org/ | http://perl-6.de/
