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...
Wed Nov 14 12:18:17 2001mschwern [...] cpan.org - Correspondence added
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.
Wed Nov 14 12:18:20 2001mschwern [...] cpan.org - Status changed from 'new' to 'resolved'