File-Fetch
view release on metacpan or search on metacpan
0.13_03 2007-11-04 21:32:40
* Restore OS specific file:// URI behaviour. The
RFC's specify that the url definition is host OS
specific, so what a url means on one machine will
mean something different on another.
VMS is now treated according to RFC 1738
(https://datatracker.ietf.org/doc/html/rfc1738).
0.13_02 Sun Nov 4 10:38:40 CET 2007
* Apply a perl 5.5.x compatibility fix. Users with
perl 5.6.0 or higher do not need to upgrade.
0.13_01 Sat Nov 3 18:55:10 CET 2007
* Apply a modified version of dmq's patch to deal
properly with file:// URIs on Win32.
* Add test cases for Win32 file:// URIs
0.12 Mon Oct 15 14:32:23 CEST 2007
* Treat VMS like UNIX when dealing with file URIs
0.10 Fri Jan 26 13:51:19 CET 2007
* Promote 0.09_02 to stable.
0.09_02 Sun Jan 7 18:44:09 CET 2007
* The quotation as done in 0.09_01 doesn't play
nicely with Win32 and IPC::Run. IPC::Run is
therefor disabled during the fetch() call.
* Remove File::Fetch::Item as a class. All objects
are now plain File::Fetch objects. This has no
impact on user-end code, except code that checks
the class of objects.
* URI encoding is not always clear or trivial. Add
a FAQ entry about it.
* Add $ff->output_file as accessor, which is the
requested file, stripped from query parameters.
* Errors are now stored per object rather than
class wide.
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.
0.08 Wed Jul 5 13:56:36 CEST 2006
* address: #18942: unproper handling of http errors
in external handlers:
( run in 0.578 second using v1.01-cache-2.11-cpan-49f99fa48dc )