Author: jnthn
Date: 2009-04-30 23:41:02 +0200 (Thu, 30 Apr 2009)
New Revision: 26590
Modified:
docs/Perl6/Spec/S14-roles-and-parametric-types.pod
Log:
[spec] Update S14 with new semantics for when a value appears on the RHS of a
runtime mix-in operator (C or C), as discussed on #perl6 earlier
Author: lwall
Date: 2009-05-01 00:37:09 +0200 (Fri, 01 May 2009)
New Revision: 26591
Modified:
docs/Perl6/Spec/S01-overview.pod
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S04-control.pod
docs/Perl6/Spec/S05-regex.pod
docs/Perl6/Spec/S06-routine
Author: jnthn
Date: 2009-05-01 00:49:36 +0200 (Fri, 01 May 2009)
New Revision: 26592
Modified:
docs/Perl6/Spec/S14-roles-and-parametric-types.pod
Log:
[spec] .WHAT stringified gives back TypeName() so use .WHAT.perl to get just
TypeName (pmichaud++, TimToady++).
Modified: docs/Perl6/Spec/S14-