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
Aaron Sherman writes:
> +Written in 2006 by Aaron Sherman, and distrbuted
Typo: distributed
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
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)
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
# 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