The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module URI::Find.

0.13 Mon Jul  1 10:37:54 EDT 2002
    - Don't find any schemeless URIs with a plain URI::Find.  Previously
      it'd find ones which started with "ftp." and "www.", but it was
      more prone to false positives than URI::Find::Schemeless.
    - Have schemeless_to_schemed use http:// except in the specific case
      in which it uses ftp://.  Remove URI::Find::Schemeless's version.

0.12 Wed Mar 20 14:39:21 EST 2002
    - Improve the "wrap each URI found in an HTML anchor" example.
    - Release a new version so CPAN sees the maintainer change.

0.11 Thu Jul 26 14:43:49 EDT 2001
    - Michael passed the module to Roderick for maintenance.
    - Improve test suite.
    - Tweak URI::Find::Schemeless not to find Foo.p[ml].

0.10  Mon Jul 10 20:14:08 EDT 2000
    - Rearchitected the internals to allow simple subclassing
    - Added URI::Find::Schemeless (thanks Roderick)

0.04  Sat Feb 26 09:05:11 GMT 2000
    - Added # to the uric set of characters so HTML anchors are caught.

0.03  Tue Feb  1 16:15:22 EST 2000
    - Added some heuristic discussion to the docs.
    - Added some heuristics to avoid picking up perl module names
    - Improved schemeless URI heuristic to avoid picking up
      usenet board names.
    - Handling the <URL:...> case better as suggested in RFC 2396 Apdx E
    - Added ; to the cruft heuristic

0.02  Tue Feb  1 13:11:56 EST 2000
    - Added heuristic to handle 'URL:http://www.foo.com'
    - Added heuristic to handle trailing quotes.

0.01  Mon Jan 31 19:12:23 EST 2000
    - First working version released to CPAN.

$Id: Changes,v 1.8 2002/07/01 14:44:12 roderick Exp $