0
  "   ilaʁj&ţu     iChanges for 0.42        Fri Apr 12 15:28:34 2013
=================================================
* Skip slurp tests for git://

Changes for 0.40        Fri Apr 12 11:18:52 2013
=================================================
* Added git:// url support

Changes for 0.38        Thu Jan 10 20:52:53 2013
=================================================
* Add support for an optional tempdir_root
  parameter (Kent Fredric)

Changes for 0.36        Thu Jun 28 13:41:31 2012
=================================================
* Added 'file_default' option for URLs that do
  not have a file component (Andrew Kirkpatrick)

Changes for 0.34        Thu Apr 12 22:25:01 2012
=================================================
* Added heuristics to skip tests when no
  Internet access

Changes for 0.32        Mon Jan 17 10:26:40 2011
=================================================
* Added support for HTTP::Tiny

Changes for 0.30        Fri Jan  7 21:00:27 2011
=================================================
* Apply blead patches from Peter Acklam

Changes for 0.28        Sun Nov  7 21:22:26 2010
=================================================
* Added support for FreeBSDs 'fetch' command for
  both http and ftp schemes.

Changes for 0.26        Sat Nov  6 23:30:59 2010
=================================================
* Added support for HTTP::Lite 
* Resolved issue with '-l' switch and iosock fetch

Changes for 0.24        Wed Jan  6 23:32:19 2010
=================================================
* Applied a patch from brian d foy RT #53427
  that makes new() respect sub-classes.

Changes for 0.22        Sat Nov 14 23:13:16 2009
=================================================
* Bumped to stable version

Changes for 0.21_02     Thu Nov 12 12:55:57 2009
=================================================
* Additional checks for the iosock retriever

Changes for 0.21_01     Wed Nov 11 23:38:27 2009
=================================================
* Added a simple IO::Socket/IO::Select based http retriever,
  based on code suggested by Paul 'Leonerd' Evans

Changes for 0.20        Sat Jun 27 16:30:59 2009
=================================================
* Promote 0.19_01 to stable

Changes for 0.19_01     Mon Feb  9 18:04:01 2009
=================================================
* Address: #42268: Wishlist: slurp to scalar
  File::Fetch can now fetch to scalars as well

Changes for 0.18        Wed Dec 17 14:00:40 2008
=================================================
* Address #41412: User agent string contains uninterpolated 
  $VERSION.
* Use IPC::Cmd 0.42's supplied QUOTE constant, rather than 
  rolling our own

Changes for 0.16        Fri Oct 10 13:54:40 2008
=================================================
* Promote 0.15_04 to stable.

Changes for 0.15_04     Mon Sep 22 15:08:49 2008
=================================================
* Address: #37649: Feature request: Support lftp
  File::Fetch now supports lftp, with one minor caveat: it uses
  a temporary file to store the commands for lftp, as they are
  multiline commands. Without this, we run into portability issues
  with 'special' characters on various platforms, like ; and &.
  
Changes for 0.15_03     Sun Jul 13 15:56:41 2008
=================================================
* Add -q to curl, to inhibit the reading of .curlrc, 
  which may interfere with the options we pass ourselves. 
  This addresses #36902

Changes for 0.15_02     Sun May 18 13:42:30 2008
=================================================
* Address #35018: Treat HTTP 404 Message as fail with lynx
  lynx now does a -head request first to make sure the file
  exists before proceeding

Changes for 0.15_01     Sun Apr  6 13:55:36 2008
=================================================
* Address: #32755: File-Fetch tests cannot fail if 
  unable to connect to internet. Tests are now skipped
  if it looks as the failure is due to a lacking network
  connection.
* New IPC::Cmd (0.41) fixes an IPC::Open3 bug, which we
  now rely on.

Changes for 0.14   