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

Revision history for URI::Fetch

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.