Re: Emacs/vim code coda placement

2006-10-03 Thread Will Coleda
On Oct 3, 2006, at 2:49 AM, Chris Dolan wrote: On Oct 3, 2006, at 1:29 AM, Paul Cochrane wrote: Hi all, In the process of trying to finish off the perl coda cage task, I notice that the Perl::Critic policy for the emacs/vim coda skips __END__ and __DATA__ sections at the end of perl files, h

Re: Wikipedia example

2006-10-03 Thread Markus Triska
Aaron Sherman writes: > +Written in 2006 by Aaron Sherman, and distrbuted Typo: distributed

Wikipedia example

2006-10-03 Thread Aaron Sherman
I'm finally getting around to sending this patch as requested on IRC... dang commit bits are rare around here ;) This contains the Makefile, README, .pg grammar, a -harness.pir that executes the parser on a sample string and dumps the parse tree and a -stress.pir that runs 50,000 trial runs to

[svn:parrot-pdd] r14840 - in trunk: . docs/pdds/clip

2006-10-03 Thread chip
Author: chip Date: Tue Oct 3 12:36:36 2006 New Revision: 14840 Removed: trunk/docs/pdds/clip/pdd07_codingstd.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: Remove redundant pdd07 (closes: #40419)

Re: [perl #40449] [PATCH] improvements to examples/io/httpd.pir

2006-10-03 Thread chromatic
On Tuesday 03 October 2006 08:46, Chris Dolan wrote: > This patch makes the following simple improvements to the example > HTTP server that ships with Parrot: > > * Bugfix for 404 responses > * Disallow urls containing ".." > * Un-hardcode the server host name > * Move the server name ("Pa

[perl #40449] [PATCH] improvements to examples/io/httpd.pir

2006-10-03 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #40449] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40449 > This patch makes the following simple improvements to the example HTTP server that ship