diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-07-30 09:12:58 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-07-30 09:38:32 +0100 |
commit | 57d69a4016b981268198cf744741335a9b1fbb23 (patch) | |
tree | c2c4833761a7600861fcba407310be8a9e454057 /Porting/Maintainers.pl | |
parent | 5f8324b5a4472646efc8d3efc3e79abd7ca8993f (diff) | |
download | perl-57d69a4016b981268198cf744741335a9b1fbb23.tar.gz |
Update HTTP-Tiny to CPAN version 0.047
[DELTA]
0.047 2014-07-29 14:09:05-04:00 America/New_York
[CHANGED]
- Updated Mozilla::CA module recommendation version to 20130114
[FIXED]
- Fixed t/00-report-prereqs.t when CPAN::Meta is not installed
0.046 2014-07-21 10:32:32-04:00 America/New_York
[FIXED]
- Empty header fields are now allowed; headers with the 'undef' value
will be rendered as an empty header.
[DOCUMENTED]
- Updated HTTP/1.1 spec description from RFC 2616 to RFC 7230-7235
0.045 2014-07-19 23:17:28-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- Fixed t/002_croakage.t for various operating systems.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b6cbbc3b1f..bffd16ea6a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -577,10 +577,11 @@ use File::Glob qw(:case); }, 'HTTP::Tiny' => { - 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.043.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.047.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ 't/00-report-prereqs.t', + 't/00-report-prereqs.dd', 't/200_live.t', 't/200_live_local_ip.t', 't/210_live_ssl.t', |