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: 41
Status: resolved
Priority: 0/
Queue: URI-Find

People
Owner: Nobody in particular
Requestors: tony [...] tmtm.com
Cc:
AdminCc:

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



Subject: Prototype on find_uris
The prototype on URI::Find doesn't get picked up when you 'require' and 'import' rather than use the module. This should probably be documented somewhere...
Emulations of 'use' should generally be wrapped in a BEGIN block else things like this will happen. The perlsub man page in the perl distribution, or perhaps the perlfaq is a better place for that tidbit than the URI::Find docs. Of course, I've been meaning to junk the clunky prototype-based interface anyway.