Re: S26 - The Next Generation

2009-09-04 Thread raiph mellor
Damian: > While I'm all in favour of other languages using Pod as a documentation > format, > I think that's unlikely. Pod says that anything of the form: > >                       =identfiier > > *anywhere* as the first non-whitespace of a line, is considered a Pod > directive. > I can't see man

[perl #68984] problems with pir generated by rakudo

2009-09-04 Thread via RT
# New Ticket Created by equinox # Please include the string: [perl #68984] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68984 > Hi, I converted this into pir...using rakudo-2009-07. my $p=0; my $str=" a a b ";

[perl #68980] %*ENV values empty outside of direct access via key

2009-09-04 Thread Mark J. Reed
# New Ticket Created by "Mark J. Reed" # Please include the string: [perl #68980] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68980 > > %*ENV.perl.say "/sw/bin:/sw/sbin:/Users/mreed/bin:/opt/local/bin:/opt/mailman/bin:/

[perl #68988] Empty return value causes Null PMC access in find_method() when passed to another routine

2009-09-04 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #68988] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=68988 > Nicely reduced by masak++: 14:16 < masak> rakudo: sub foo { for 1 {} }; sub bar($x) {};

r28188 - docs/Perl6/Spec

2009-09-04 Thread pugs-commits
Author: lwall Date: 2009-09-05 02:17:53 +0200 (Sat, 05 Sep 2009) New Revision: 28188 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] clarify semantics of break for masak++ Modified: docs/Perl6/Spec/S04-control.pod === --- do