On Tue, Mar 10, 2009 at 11:12:13AM +, Aaron Crane wrote:
: pugs-comm...@feather.perl6.nl writes:
: > Modified:
: >docs/Perl6/Spec/S05-regex.pod
: > +The result object is available in the C object via a C<< . >>
lookup.
:
: I think I understand the reasoning behind this change.
:
: Howeve
pugs-comm...@feather.perl6.nl writes:
> Modified:
>docs/Perl6/Spec/S05-regex.pod
> +The result object is available in the C object via a C<< . >>
> lookup.
I think I understand the reasoning behind this change.
However, using . in particular says "boolean" to me. How about
.<*> instead, wit
Author: lwall
Date: 2009-03-09 23:46:07 +0100 (Mon, 09 Mar 2009)
New Revision: 25775
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
more result object demotion
Modified: docs/Perl6/Spec/S05-regex.pod
===
--- docs/Perl6/Spec/S05-reg