Skip Menu |

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

Report information
The Basics
Id: 84336
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Regexp-Assemble

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

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



Subject: Spelling errors in pod
Hi David, here are some little pod errors: --- a/Assemble.pm +++ b/Assemble.pm @@ -49,7 +49,7 @@ trie. Note that Perl's own regular expression engine will implement trie optimisations in perl 5.10 (they are already available in perl 5.9.3 if you want to try them out). C<Regexp::Assemble> will -do the right thing when it knows it's running on a a trie'd perl. +do the right thing when it knows it's running on a trie'd perl. (At least in some version after this one). Some more examples of usage appear in the accompanying README. If @@ -3211,7 +3211,7 @@ =item Regexp::Trie Funnily enough, this was my working name for C<Regexp::Assemble> -during its developement. I changed the name because I thought it +during its development. I changed the name because I thought it was too obscure. Anyway, C<Regexp::Trie> does much the same as C<Regexp::Optimizer> and C<Regexp::Assemble> except that it runs much faster (according to the author). It does not recognise
Thanx for the report. I've uploaded V 0.36 to CPAN, with your patches. See Changes for details.