The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: Changes 1918 2006-02-24 21:18:37Z btrott $

Revision history for URI::Fetch

0.05  2006.02.24
    - Added a ForceResponse option, which forces URI::Fetch->fetch to return
      a URI::Fetch::Response object even if the HTTP request fails for an
      unknown reason. Thanks to Tim Appnel for the patch.

0.04  2005.10.09
    - Added Thaw and Freeze options, which allow you to define the
      serialization and deserialization options that are used. Thanks to
      Tim Appnel for the patch.

0.03  2005.05.27
    - Added a NoNetwork option, allowing fetch to trust the cache completely
      and skip the HTTP request; or the option to do this only if the version
      in the cache is older than N seconds. [bradfitz]
    - Added a CacheEntryGrep option, to allow for not caching certain
      responses. [bradfitz]
    - Documentation fixes & clarifications. [bradfitz]

0.02  2005.05.25
    - Let the caller pass in their own UserAgent and ContentAlterHook.
      [bradfitz]
    - Be more strict about invalid parameters. [bradfitz]
    - Documentation fixes for URI::Fetch->fetch in the SYNOPSIS. Thanks
      to Naoya Ito for the note.

0.01  2004.12.31
    - Initial distribution.