[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
[PATCH] Update File::Fetch to 0.16
Greetings,
attached is the patch to upgrade File::Fetch to version 0.16. All tests
except for the known-flaky IPC::SysV successful on my development box:
Failed 4 tests out of 1451, 99.72% okay.
../ext/IPC/SysV/t/ipcsysv.t
../ext/IPC/SysV/t/msg.t
../ext/IPC/SysV/t/sem.t
../ext/IPC/SysV/t/shm.t
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.
--
Jos Boumans http://www.linkedin.com/in/josboumans
How do I prove I'm not crazy to people who are?
perl-5.10.x-file-fetch.patch
- Follow-Ups from:
-
"Steve Hay" <SteveHay@planit.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]