Is it 'anon role' but not 'anon enum'? (Re: r29250 - in docs/Perl6/Spec: . S32-setting-library)

2010-01-08 Thread Carl Mäsak
pugscommitbot, channeling Larry (): [...] +    $x = Today but Tue;       # $x.Day is read-only +    $x = Today but Day;       # $x.Day is read-write + +Mixing in a specific enum object implies only the readonly accessor. +     $x = Today but Tue; -really means something more like:

r29250 - in docs/Perl6/Spec: . S32-setting-library

2009-12-03 Thread pugs-commits
Author: lwall Date: 2009-12-03 20:00:40 +0100 (Thu, 03 Dec 2009) New Revision: 29250 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S12-objects.pod docs/Perl6/Spec/S32-setting-library/Containers.pod Log: make pair values sequences both associative and positional revise enum