[perl #41767] [PATCH] add OpenBSD/zaurus and Linux/PS3 to PLATFORMS

2007-03-09 Thread Julian Fondren
# New Ticket Created by "Julian Fondren" # Please include the string: [perl #41767] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41767 > PS3 gets pretty here far on simply being treated as a powerpc

[perl #41764] [PATCH] teach differentiation of C in exception handling in docs/compiler_faq.pod

2007-03-09 Thread Julian Fondren
# New Ticket Created by "Julian Fondren" # Please include the string: [perl #41764] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41764 > Exception severity isn't documented at all, currently, but this

Re: PIR Tutorial

2007-03-08 Thread Julian Fondren
On 3/8/07, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: hi, I've started a bit on a PIR tutorial on the wiki. If anybody can spare a few moments, some feedback would be very welcome! I don't really have any feedback on what you have, but for what you don't have: 1. docs/compiler_faq.pod teaches

[perl #41743] [PATCH] Make all but (perl5|pugs|t) have a MAINTAINER

2007-03-08 Thread Julian Fondren
# New Ticket Created by "Julian Fondren" # Please include the string: [perl #41743] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41743 > Some-but-not-many of the languages/ tree have MAINTAINER files. Thi

[perl #41726] [PATCH] make lua fail more gracefully with an exception handler

2007-03-07 Thread Julian Fondren
# New Ticket Created by "Julian Fondren" # Please include the string: [perl #41726] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41726 > Currently, evaluating this: function bad (n) return n * bad(n) end