summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-07-17 11:24:32 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-07-17 11:24:32 +0100
commit43bf4e6652b9fc743b1dbbc5153ced8b08779e84 (patch)
treee5e85bb667c11d715339199b4b92e60037ea8696 /Porting
parent22b637e7406e1460b7adf0ddf74af76c6c7aac30 (diff)
downloadperl-43bf4e6652b9fc743b1dbbc5153ced8b08779e84.tar.gz
Update HTTP-Tiny to CPAN version 0.044
[DELTA] 0.044 2014-07-16 23:46:09-04:00 America/New_York [CHANGED] - Providing a custom 'Host' header is now a fatal exception. Previously, it was silently ignored, as the RFC mandates that Host be set from the URL, but ignoring it could lead to unexpected, confusing errors. - optimized URL splitting - Passing 'undef' for any proxy attribute will prevent HTTP::Tiny from setting the proxy from the environment.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index fe8b6cd9ce..57a07d623c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -576,7 +576,7 @@ use File::Glob qw(:case);
},
'HTTP::Tiny' => {
- 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.043.tar.gz',
+ 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.044.tar.gz',
'FILES' => q[cpan/HTTP-Tiny],
'EXCLUDED' => [
't/00-report-prereqs.t',