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.