Skip Menu |

This queue is for tickets about the Regexp-Grammars CPAN distribution.

Report information
The Basics
Id: 53720
Status: open
Priority: 0/
Queue: Regexp-Grammars

People
Owner: Nobody in particular
Requestors: cmasak [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.002
Fixed in: 1.002



Subject: [PATCH] Two typo fixes in the POD
$ diff -U2 a/Regexp-Grammars-1.002/lib/Regexp/Grammars.pm b/Regexp-Grammars-1.002/lib/Regexp/Grammars.pm --- a/Regexp-Grammars-1.002/lib/Regexp/Grammars.pm 2009- 12-08 11:30:11.000000000 +0100 +++ b/Regexp-Grammars-1.002/lib/Regexp/Grammars.pm 2010- 01-15 16:46:49.000000000 +0100 @@ -3274,6 +3274,6 @@ <debug: on> - Enable debugging, stop when entire grammar matches - <debug: match> - Enable debugging, stope when a rule matches - <debug: try> - Enable debugging, stope when a rule is tried + <debug: match> - Enable debugging, stop when a rule matches + <debug: try> - Enable debugging, stop when a rule is tried <debug: same> - Continue debugging (or not) as currently <debug: off> - Disable debugging and continue parsing silently
Subject: regex-grammar-pod.patch
$ diff -U2 a/Regexp-Grammars-1.002/lib/Regexp/Grammars.pm b/Regexp-Grammars-1.002/lib/Regexp/Grammars.pm --- a/Regexp-Grammars-1.002/lib/Regexp/Grammars.pm 2009-12-08 11:30:11.000000000 +0100 +++ b/Regexp-Grammars-1.002/lib/Regexp/Grammars.pm 2010-01-15 16:46:49.000000000 +0100 @@ -3274,6 +3274,6 @@ <debug: on> - Enable debugging, stop when entire grammar matches - <debug: match> - Enable debugging, stope when a rule matches - <debug: try> - Enable debugging, stope when a rule is tried + <debug: match> - Enable debugging, stop when a rule matches + <debug: try> - Enable debugging, stop when a rule is tried <debug: same> - Continue debugging (or not) as currently <debug: off> - Disable debugging and continue parsing silently
Subject: Re: [rt.cpan.org #53720] [PATCH] Two typo fixes in the POD
Date: Sat, 16 Jan 2010 06:18:37 +1100
To: bug-Regexp-Grammars [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks, Carl. Patch applied. Damian