Skip Menu |

This queue is for tickets about the Regexp-Common-Email-Address CPAN distribution.

Report information
The Basics
Id: 60088
Status: open
Priority: 0/
Queue: Regexp-Common-Email-Address

People
Owner: Nobody in particular
Requestors: GLEACH [...] cpan.org
Cc:
AdminCc:

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



Subject: Unexpected pattern, very long wait
This script: use Regexp::Common qw[Email::Address]; use Email::Address; $line = ' ' x 24; $line =~ /($RE{Email}{Address})/; Takes a very long time to complete. I'm guessing, because I can't wait that long :-). Shorter strings do complete within my personal time window, but still too long. FWIW, this was discovered with: $line = '<pre> % </pre>';
The regexp itself is in the Email::Address module. Regexp::Common::Email::Address is just a wrapper for the R::C framework. So you should submit your bug in that queue instead and add a ticket dependency here.
On Mon Aug 23 10:46:07 2010, DOLMEN wrote: Show quoted text
> The regexp itself is in the Email::Address module. > Regexp::Common::Email::Address is just a wrapper for the R::C framework. > So you should submit your bug in that queue instead and add a ticket > dependency here.
I was unable to reproduce the problem using Email::Address. (How can I say this without appearing nasty, which is not my intent ...) Were you able to do so?