Hi Chip,

In r11754, you had deprecated the use of the MAYBE_FLAT flag, but there
is no mention of this in the commit log.

Consider this Perl 6 snippet:

    foo(@x, @y);
    sub foo (@x, @y) { }

versus:

    foo(@x, @y);
    sub foo ([EMAIL PROTECTED]) { }

how should I emit the call for foo() without knowing about &foo's
signature before hand, without triggering the deprecation?

Thanks,
Audrey

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to