Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the URI-Find CPAN distribution.

Report information
The Basics
Id: 44754
Status: resolved
Priority: 0/
Queue: URI-Find

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

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



Subject: Finds URIs that aren't URIs (IMHO)
Hi, here is an example, the smallest I could reproduce it with: $ perl -wle' use URI::Find; my $finder = URI::Find->new(sub { print "url/title: @_"; }); my $text = shift; $finder->find(\$text);' '<foo bar=T:1>' url/title: foobar=T:1 foobar=T:1 If I remove the <> braces or the colon or the 'T", it's not found any more as a uri. regards, tina
I just saw this bug might be related to / the same as 44593 and 44557. If so, sorry for the duplicate =)
Michael Peter's whitespace fix has been integrated and will be released shortly.