method x ($me: $req, ?$opt, +$namedop, *%named, [EMAIL PROTECTED]) { ... }

Yikes.  And I thought we were trying to get *away* from line noise?  :^)

Seriously, can't we use something rather prettier, like this?

        method x($me: $req, $opt is optional, $namedop is named,
*%named, [EMAIL PROTECTED]) { ... }

I can deal with one really funny character in a signature, but three is
a bit much.

In any case, it looks like it's time to re-work Perl6::Parameters...but
then I knew this was coming anyway.

--Brent Dax <[EMAIL PROTECTED]>
@roles=map {"Parrot $_"} qw(embedding regexen Configure)

>How do you "test" this 'God' to "prove" it is who it says it is?
"If you're God, you know exactly what it would take to convince me. Do
that."
    --Marc Fleury on alt.atheism

Reply via email to