Changes for 0.09_01 Wed Jan  3 17:17:31 CET 2007
================================================
* address: #23864: File:Fetch does not use quotation 
    marks while using wget:
  * the handlers for lynx, wget, curl and rsync now
    quote their URIs.

Changes for 0.08    Wed Jul  5 13:56:36 CEST 2006
================================================
* address: #18942: unproper handling of http errors 
  in external handlers:
  * the wget handler, on a failed attempt, now 
    unlinks its outputfile
  * the curl handler is updated to follow '302 moved' 
    and such like status messages
  * lynx use is further discouraged, as it doesn't 
    communicate http status messages back to the caller 
    at all.
* address #11483: File::Fetch 0.07 cannot do an FTP 
  fetch on Win32. FTP fetching using Net::FTP should
  now work properly on win32.
* update test suite so it runs safely under PERL_CORE

Changes for 0.07    Thu Dec 23 09:31:00 PST 2004
================================================

* Add $TIMEOUT to specify the network timeout

Changes for 0.06    Thu Dec 16 03:21:00 PST 2004
================================================

* Add rsync support

Changes for 0.05    Fri Jun 18 13:55:51 CEST 2004
=================================================

* Update faq
* Silence silly warnings

Changes for 0.04    Fri Jun 11 22:40:34 CEST 2004
=================================================

* Add file support using File::Copy

Changes for 0.03    Fri Jun 11 20:40:22 CEST 2004
=================================================

* Add I18N support
* Add better error handling

Changes for 0.02    Sat May 22 14:40:29 CEST 2004
=================================================

* Add an extra 'FAQ' entry
* Include a 'use File::Fetch::Item'


Changes for 0.01    Tue May  4 15:48:24 CEST 2004
=================================================

* Initial release