Re: r29144 - docs/Perl6/Spec

2009-11-20 Thread Edwin Steiner
Hello! On Fri, Nov 20, 2009 at 09:39:13AM +0100, pugs-comm...@feather.perl6.nl wrote: > -constant Dog $fido .= new; # okay: a constant Dog object > -constant Dog $fido = Dog.new; # same thing > -constant Dog $fido = $fido.new; # wrong: invalid self-reference > -constant (Dog

r29144 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 09:39:12 +0100 (Fri, 20 Nov 2009) New Revision: 29144 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod Log: [Specs] more constant cleanups add 'anon' declarator in place of 'my'/'our' misuse Modified: