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