The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: Changes 1874 2005-09-09 05:40:22Z btrott $

Revision history for Feed::Find

0.06  2005.09.08
    - Added application/xml as a valid feed type, because certain
      services use that as the content type for RSS feeds.

0.05  2005.01.08
    - Fixed bug where base URI would be unset if there was a <base>
      tag without an href attribute.

0.04  2004.12.31
    - Added Feed::Find->find_in_html to perform the same auto-discovery
      on a chunk of HTML already in memory.

0.03  2004.09.06
    - Feed::Find->find($url_of_feed) will now return $url_of_feed.
      (RT ID 7416)

0.02  2004.08.18
    - Added missing prereq to Makefile.PL (Class::ErrorHandler).

0.01  2004.08.17
    - Initial distribution.