Luke Palmer writes:
> This patch adds support for:
>
> qq{} qq[] qq<> qq() qq}{ qq][ qq>< qq)(
>
> As well as qq// for any nonalphanumeric /.
>
> I know that qq() isn't actually supported in Perl 6, but we don't have
> options on quoters yet, so it's in.
>
> Luke
Thanks, committed. :-)
L
This patch adds support for:
qq{} qq[] qq<> qq() qq}{ qq][ qq>< qq)(
As well as qq// for any nonalphanumeric /.
I know that qq() isn't actually supported in Perl 6, but we don't have
options on quoters yet, so it's in.
Luke
Index: t/02atoms.t