Author: skids
Date: 2009-06-09 23:21:33 +0200 (Tue, 09 Jun 2009)
New Revision: 27050
Modified:
docs/Perl6/Spec/S09-data.pod
Log:
Make 0..* versus 0..*-1 less confusing to spec greppers
Modified: docs/Perl6/Spec/S09-data.pod
===
HaloO,
John M. Dlugosz wrote:
In your example above, @a is a read-only container, so the assignment
would fail and this should be noticed at compile time.
Fully agree.
Now what if the parameter was declared as ref? The compiler gets passed
the body of store17 and continues to the call. Th
Author: lwall
Date: 2009-06-09 19:43:18 +0200 (Tue, 09 Jun 2009)
New Revision: 27045
Modified:
docs/Perl6/Spec/S12-objects.pod
Log:
[S12] limit multi method effects to inside a class to preserve encapsulation
likewise .^methods describes a set of multi methods as a single method
Modified: doc
On Sat, 30 May 2009, Daniel Ruoso wrote:
1) A package format.
This is supposed to be a source format, but different from current model
used in CPAN, it's pretty clear already that it can't include a "build
system", like ExtUtils::MakeMaker or Module::Install.
There's already some consensus th
Author: wayland
Date: 2009-06-09 14:33:13 +0200 (Tue, 09 Jun 2009)
New Revision: 27043
Modified:
docs/Perl6/Spec/S12-objects.pod
Log:
[S12] A heirarch must be the heir of a lord or king or something. Anyway,
I've killed him and replaced him with a hierarch :).
Modified: docs/Perl6/S
Larry Wall wrote:
Well, regardless of whether there are extra spaces, please note that
the default stringifications are not intended as a serialization
format. They are intended only to provide a bit of human readability
for the common case of small, spaceless items such as numbers and
words; t