Re: $*CWD and chdir()

2009-08-21 Thread Jon Lang
Martin D Kealey wrote: I wonder if this is becoming the new Perl mantra use lexically scoped pragmata. Larry said it much more succinctly: all's fair if you predeclare. -- Jonathan Dataweaver Lang

Re: patch for t/spec/s06-multi/type-based.t

2009-08-21 Thread Geoffrey Broadwell
On Fri, 2009-08-21 at 14:24 +1100, Илья wrote: -multi foo (@bar) { Array ~ join(', ', @bar) } -multi foo (%bar) { Hash ~ join(', ', %bar.keys.sort) } +multi foo (@bar) { Positioanl ~ join(', ', @bar) } +multi foo (%bar) { Associative ~ join(', ', %bar.keys.sort) } Typo in third line

r28043 - docs/Perl6/Spec

2009-08-21 Thread pugs-commits
Author: moritz Date: 2009-08-21 12:49:04 +0200 (Fri, 21 Aug 2009) New Revision: 28043 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] small clarifications on Whatever comprehensions Modified: docs/Perl6/Spec/S02-bits.pod ===

r28045 - docs/Perl6/Spec

2009-08-21 Thread pugs-commits
Author: wayland Date: 2009-08-21 14:11:17 +0200 (Fri, 21 Aug 2009) New Revision: 28045 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S09-data.pod docs/Perl6/Spec/S11-modules.pod Log: [S02,S03,S09,S11] Changed any example that had the animal

r28046 - docs/Perl6/Spec

2009-08-21 Thread pugs-commits
Author: moritz Date: 2009-08-21 14:18:14 +0200 (Fri, 21 Aug 2009) New Revision: 28046 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] store Squirrels in %squirrels, not in %cats Modified: docs/Perl6/Spec/S03-operators.pod

Re: [perl #64566] @a[1..*] adds trailing undef value

2009-08-21 Thread Patrick R. Michaud
On Wed, Aug 19, 2009 at 04:54:10AM -0700, Moritz Lenz via RT wrote: On Wed Apr 08 14:59:19 2009, moritz wrote: 23:55 @moritz_ rakudo: my @a = 1..4; say @a[1..*].perl 23:56 p6eval rakudo 6b9755: OUTPUT«[2, 3, 4, undef]␤» It should just be [2, 3, 4]. Since the discussion came up on