Skip Menu |

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

Report information
The Basics
Id: 8733
Status: resolved
Priority: 0/
Queue: Regexp-Optimizer

People
Owner: DANKOGAI [...] cpan.org
Requestors: thomaspazhartman [...] fastmail.fm
Cc:
AdminCc:

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



Subject: seems to be a typo
http://search.cpan.org/~dankogai/Regexp-Optimizer-0.14/lib/Regexp/List.pm has line <code> # $re is now qr/foo(?:[bx]ar|zap)/ </code> then later in the documentation <code> "And the final result is reached. foo(?:[bx]ar|zap?) </code> which has an extra ? after zap. I think the first line is correct, but at any rate these should agree with each other. Hope this helps! thomas.
[guest - Fri Dec 3 14:27:37 2004]: Show quoted text
> http://search.cpan.org/~dankogai/Regexp-Optimizer- > 0.14/lib/Regexp/List.pm > > has line > <code> > # $re is now qr/foo(?:[bx]ar|zap)/ > </code> > then later in the documentation > > <code> > "And the final result is reached. > > foo(?:[bx]ar|zap?) > </code> > > which has an extra ? after zap.
That was okay because the first example did not include "fooza". Show quoted text
> I think the first line is correct, but at any rate these should agree > with each other.
I revised the pod so it is now less confusing. Thanks for your input. Dan the Mantainer Thereof