summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-03-31 15:59:44 -0400
committerDavid Golden <dagolden@cpan.org>2011-04-01 07:37:12 -0400
commitb06ddfb032ec04a7f4f68f11451de8f3453791aa (patch)
tree1a14c1b3b1e3e7a5b071ed63ec1f21f5de1791e8 /Porting
parent9780b8fa096f9ae13457f73834e67031becc97ce (diff)
downloadperl-b06ddfb032ec04a7f4f68f11451de8f3453791aa.tar.gz
Update HTTP::Tiny to CPAN version 0.012
HTTP::Tiny 0.011 fails to mirror files correctly on MSWin32, preventing CPAN bootstrapping over HTTP with just core Perl. This is fixed in CPAN version 0.012. [DELTA] 0.012 2011-03-31 15:48:02 America/New_York [BUG FIXES] - mirror() now uses binmode during output (RT #67118) [Serguei Trouchelle] [DOCUMENTATION] - noted that SSL certificates are not verified against CA's (RT #66907)
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 00728e9dda..0c73d10d67 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -984,7 +984,7 @@ use File::Glob qw(:case);
'HTTP::Tiny' =>
{
'MAINTAINER' => 'dagolden',
- 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.011.tar.gz',
+ 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.012.tar.gz',
'FILES' => q[cpan/HTTP-Tiny],
'EXCLUDED' => [
't/200_live.t',