Skip Menu |

This queue is for tickets about the Perl6-Rules CPAN distribution.

Report information
The Basics
Id: 6658
Status: new
Priority: 0/
Queue: Perl6-Rules

People
Owner: Nobody in particular
Requestors: davh [...] davh.dk
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.03
Fixed in: (no value)



Subject: Small typo in example
rule head :iw { \Q[<HEAD>] <?head_tag>+ \Q[<HEAD>] } should probably have been rule head :iw { \Q[<HEAD>] <?head_tag>+ \Q[</HEAD>] }
From: davh [...] davh.dk
quote: Two or more such named characters can be specified in the same set of square brackets, separated by a comma: \c[CR;LF] \c[ESC;LATIN CAPITAL LETTER Q] end quote Those ";" are not commas...
Date: Sun, 20 Jun 2004 10:45:30 -0400
From: Damian Conway <damian [...] conway.org>
To: bug-Perl6-Rules [...] rt.cpan.org, undisclosed-recipients: ;
Subject: Re: [cpan #6658] Small typo in example
RT-Send-Cc:
Both nits fixed. Thanks, Dennis. Damian