On Sat, Feb 7, 2009 at 2:37 PM, Will Coleda wrote:
> On Fri, Feb 6, 2009 at 9:46 PM, Joshua Hoblitt
> wrote:
> > On Fri, Feb 06, 2009 at 06:44:47PM -0800, James Keenan via RT wrote:
> >> On Sun Jan 01 19:09:51 2006, jhobl...@ifa.hawaii.edu wrote:
> >> > auto::headers uses the Config module to de
Please coordinate with rurban before doing so, as I know he's been
working on re-enabling the native pbc tests recently.
On Sun, Feb 8, 2009 at 10:44 AM, James Keenan via RT
wrote:
> No one has spoken up in defense of mk_native_pbc since I first posted
> about it 8 months ago. So, unless I hear
The following reproduces the bug more simply:
perl6 -e 'BEGIN {class Foo::Bar::Baz {}}; class Foo::Bar {}'
I'm working on a patch at the Frozen Perl hackathon now...
I wrote a simple solution that works, but I'd like someone more PIR-
savvy to improve it.
http://github.com/chrisdolan/rakudo/tree/package-redeclaration (5d6cec9)
--- a/src/parser/methods.pir
+++ b/src/parser/methods.pir
@@ -30,8 +30,11 @@ Registers a type in the namespace.
# Check if the
Author: hinrik
Date: 2009-02-08 20:45:07 +0100 (Sun, 08 Feb 2009)
New Revision: 25244
Modified:
docs/Perl6/Spec/S26-documentation.pod
Log:
[S26] clarify the entry on E<> in the summary
Modified: docs/Perl6/Spec/S26-documentation.pod
=
# New Ticket Created by Chris Dolan
# Please include the string: [perl #63086]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=63086 >
Consider the following two files:
--- Foo/Bar/Baz.pm ---
class Foo::Bar::Baz {
}
--- Fo
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #63082]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=63082 >
rakudo: say '/foo' ~~ :d
rakudo f99045: OUTPUT«stat failed: No such file or directory
# New Ticket Created by rakudo...@nihil.co.uk
# Please include the string: [perl #63084]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=63084 >
I followed Moritz Lenz' recipe for rakudo (rakudo within parrot) from
Where Rak
Author: particle
Date: 2009-02-09 00:58:04 +0100 (Mon, 09 Feb 2009)
New Revision: 25249
Modified:
docs/Perl6/Spec/S19-commandline.pod
Log:
[S19] various minor updates and removal of stale comments
Modified: docs/Perl6/Spec/S19-commandline.pod
===
Author: particle
Date: 2009-02-09 01:05:52 +0100 (Mon, 09 Feb 2009)
New Revision: 25250
Modified:
docs/Perl6/Spec/S19-commandline.pod
Log:
[S19] correct wording about STDIN; TimToady++
Modified: docs/Perl6/Spec/S19-commandline.pod
===
# New Ticket Created by Lee Standen
# Please include the string: [perl #63094]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=63094 >
Hi,
I've just tried to write a simple perl program in Windows, before trying
it in Linu
11 matches
Mail list logo