r28899 - docs/Perl6/Spec

2009-10-26 Thread pugs-commits
Author: lwall Date: 2009-10-26 17:19:30 +0100 (Mon, 26 Oct 2009) New Revision: 28899 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] spec that /$var/ warns and fails if $var is undefined Modified: docs/Perl6/Spec/S05-regex.pod

Re: unusual invocants

2009-10-26 Thread TSa (Thomas Sandlaß)
HaloO, On Sunday, 25. October 2009 01:38:21 Martin D Kealey wrote: Sounds like going back to static typing -- which does sometimes have some advantages. Well, you can also consider it dynamic. The important point is that it is a constraint on allowed types e.g. in the sig of a sub or on a

Re: role invocant slot in type sig (was: unusual invocants)

2009-10-26 Thread TSa (Thomas Sandlaß)
HaloO, On Thursday, 22. October 2009 20:58:15 I wrote: The class Dogwood however might be written as class Dogwood does Dog[Dogwood:] does Wood[Dogwood:] { method Dog {...} method Wood {...} method bark {...} } On #perl there was the question if any type

r28907 - docs/Perl6/Spec/S32-setting-library

2009-10-26 Thread pugs-commits
Author: Util Date: 2009-10-26 20:52:32 +0100 (Mon, 26 Oct 2009) New Revision: 28907 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32] Formatting - separated roots() from rand() Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

r28911 - docs/Perl6/Spec/S32-setting-library

2009-10-26 Thread pugs-commits
Author: Util Date: 2009-10-26 23:37:27 +0100 (Mon, 26 Oct 2009) New Revision: 28911 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod docs/Perl6/Spec/S32-setting-library/Basics.pod docs/Perl6/Spec/S32-setting-library/Callable.pod

r28912 - docs/Perl6/Spec

2009-10-26 Thread pugs-commits
Author: s1n Date: 2009-10-27 03:18:35 +0100 (Tue, 27 Oct 2009) New Revision: 28912 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [s19] minor option case typo correction. Modified: docs/Perl6/Spec/S19-commandline.pod === ---