summaryrefslogtreecommitdiff
path: root/cpan/File-Fetch/lib/File/Fetch.pm
Commit message (Collapse)AuthorAgeFilesLines
* Update File-Fetch to CPAN version 1.04Chris 'BinGOs' Williams2022-01-181-4/+4
| | | | | | | | | | | [DELTA] 1.04 Tue Jan 18 20:46:04 2022 * Resolve test warnings reported in GitHub issue #22 relating to Github's deprecation and removal of git:// protocol * Pointed various RFC links in docs to ietf.org
* Update File-Fetch to CPAN version 1.02Chris 'BinGOs' Williams2022-01-111-2/+2
| | | | | | | | [DELTA] 1.02 Fri Jan 7 14:44:34 2022 * wget: use --passive-ftp switch only for ftp scheme
* Update File-Fetch to CPAN version 1.00Chris 'BinGOs' Williams2020-11-141-4/+11
| | | | | | | | | [DELTA] 1.00 Wed Nov 11 12:49:58 2020 * Fixed the mitigations for CVE-2016-1238 * Mentioned https support in CHANGES file
* Update File-Fetch to CPAN version 0.56Chris 'BinGOs' Williams2017-11-301-2/+2
| | | | | | | | [DELTA] 0.56 Thu Nov 30 14:47:50 2017 * Blacklist 'lftp' use on hpux
* Update File-Fetch to CPAN version 0.54Chris 'BinGOs' Williams2017-09-251-1/+1
| | | | | | | | [DELTA] 0.54 Sun Sep 24 19:46:04 2017 * Switch test URL from www.cpan.org to httpbin.org
* Upgrade File::Fetch from version 0.50 to 0.52Steve Hay2016-08-171-1/+1
|
* Upgrade File-Fetch from version 0.48_01 to 0.50Steve Hay2016-08-101-15/+24
|
* cpan/: bump $VERSION as neededTony Cook2016-07-261-1/+1
|
* cpan/: remove . from @INC when loading optional modulesTony Cook2016-07-261-0/+10
|
* Update File-Fetch to CPAN version 0.48Chris 'BinGOs' Williams2014-01-251-2/+5
| | | | | | | | | [DELTA] 0.48 Fri Jan 24 10:32:52 2014 * Force curl to be IPv4 only during testing on NetBSD
* Upgrade File-Fetch from version 0.44 to 0.46Steve Hay2013-11-271-1/+2
| | | | * Blacklist 'lftp' on DragonflyBSD
* Update File-Fetch to CPAN version 0.44Chris 'BinGOs' Williams2013-09-291-1/+1
|
* Update File-Fetch to CPAN version 0.42Chris 'BinGOs' Williams2013-05-241-3/+53
| | | | | | | | | | | | [DELTA] Changes 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
* Update File-Fetch to CPAN version 0.38Chris 'BinGOs' Williams2013-01-111-462/+457
| | | | | | | | | [DELTA] Changes for 0.38 Thu Jan 10 20:52:53 2013 ================================================= * Add support for an optional tempdir_root parameter (Kent Fredric)
* Update File-Fetch to CPAN version 0.36Chris 'BinGOs' Williams2012-07-121-4/+17
| | | | | | | | | [DELTA] 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)
* Updated File-Fetch to CPAN version 0.34Chris 'BinGOs' Williams2012-06-151-98/+96
| | | | | | | | | [DELTA] Changes for 0.34 Thu Apr 12 22:25:01 2012 ================================================= * Added heuristics to skip tests when no Internet access
* Update File-Fetch to CPAN version 0.32Chris 'BinGOs' Williams2011-01-171-2/+43
| | | | | | | | [DELTA] Changes for 0.32 Mon Jan 17 10:26:40 2011 ================================================= * Added support for HTTP::Tiny
* Update File-Fetch to CPAN version 0.30Chris 'BinGOs' Williams2011-01-081-1/+1
| | | | | | | | [DELTA] Changes for 0.30 Fri Jan 7 21:00:27 2011 ================================================= * Apply blead patches from Peter Acklam
* Fix typos (spelling errors) in cpan/File-Fetch/*.Peter J. Acklam2011-01-071-4/+4
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81802] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81802 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update File-Fetch to CPAN version 0.28Chris 'BinGOs' Williams2010-11-071-6/+65
| | | | | | | | | [DELTA] Changes for 0.28 Sun Nov 7 21:22:26 2010 ================================================= * Added support for FreeBSDs 'fetch' command for both http and ftp schemes.
* Update File-Fetch to CPAN version 0.26Chris 'BinGOs' Williams2010-11-071-5/+91
| | | | | | | | | [DELTA] Changes for 0.26 Sat Nov 6 23:30:59 2010 ================================================= * Added support for HTTP::Lite * Resolved issue with '-l' switch and iosock fetch
* Update File-Fetch to CPAN version 0.24Chris Williams2010-01-131-5/+5
| | | | | | | 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.
* Updated File::Fetch to cpan version 0.22Chris Williams2009-11-141-1/+1
| | | | | | Changes for 0.22 Sat Nov 14 23:13:16 2009 ================================================= * Bumped to stable version
* Updated File::Fetch to cpan version 0.21_02Chris Williams2009-11-121-2/+18
| | | | | | Changes for 0.21_02 Thu Nov 12 12:55:57 2009 ================================================= * Additional checks for the iosock retriever
* Update File::Fetch to cpan version 0.21_01Chris Williams2009-11-111-3/+71
| | | | | | | 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
* Move File::Fetch from ext/ to cpan/Nicholas Clark2009-09-261-0/+1382