r27751 - docs/Perl6/Spec

2009-07-27 Thread pugs-commits
Author: szabgab Date: 2009-07-27 16:51:57 +0200 (Mon, 27 Jul 2009) New Revision: 27751 Modified: docs/Perl6/Spec/S05-regex.pod Log: add X tags to Predefined Subrules Modified: docs/Perl6/Spec/S05-regex.pod === ---

r27753 - docs/Perl6/Spec

2009-07-27 Thread pugs-commits
Author: szabgab Date: 2009-07-27 17:15:01 +0200 (Mon, 27 Jul 2009) New Revision: 27753 Modified: docs/Perl6/Spec/S05-regex.pod Log: add also X tags to Predefined Subrules Modified: docs/Perl6/Spec/S05-regex.pod === ---

Re: Clarification of S04 closure traits

2009-07-27 Thread Moritz Lenz
Ben Morrow wrote: Moritz Lenz wrote: Ben Morrow wrote: - Presumably when an exception is thrown through a block, the LEAVE and POST queues are called (in that order). POST was inspired from the Design By Contract department, and are meant to execute assertions on the result. If you

r27755 - docs/Perl6/Spec

2009-07-27 Thread pugs-commits
Author: moritz Date: 2009-07-27 20:54:44 +0200 (Mon, 27 Jul 2009) New Revision: 27755 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S29-functions.pod Log: get rid of want(), it's not implementable See http://www.nntp.perl.org/group/perl.perl6.language/2009/03/msg31372.html for

r27758 - docs/Perl6/Spec

2009-07-27 Thread pugs-commits
Author: moritz Date: 2009-07-27 21:18:31 +0200 (Mon, 27 Jul 2009) New Revision: 27758 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] typo found by jnthn++ Modified: docs/Perl6/Spec/S06-routines.pod === ---

Re: Parameter binding

2009-07-27 Thread Larry Wall
On Sat, Jul 25, 2009 at 06:50:12PM -0700, yary wrote: : On Sat, Jul 25, 2009 at 2:04 PM, Patrick R. Michaudpmich...@pobox.com wrote: : On Thu, Jul 23, 2009 at 05:56:31PM +0200, TSa wrote: : Hmm, it seems to be the case that the binding is defined to be a : readonly binding to the variable. I