summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-01-16 20:57:02 -0500
committerDavid Golden <dagolden@cpan.org>2011-01-16 21:05:32 -0500
commita3ab329f3fc9494e700f51c38cef42021c130b6e (patch)
tree5c1f2f6b62ec7318a2e910c36d70184a5a706999 /Porting
parent7dc5472a0a41a8396671d5586d4c1254a1cb5e8c (diff)
downloadperl-a3ab329f3fc9494e700f51c38cef42021c130b6e.tar.gz
Add HTTP::Tiny as a dual-life core module
HTTP::Tiny 0.008 has been added as a dual-life module. It is a very small, simple HTTP/1.1 client designed for simple GET requests and file mirroring. It has has been added to enable CPAN.pm and CPANPLUS to "bootstrap" HTTP access to CPAN using pure Perl without relying on external binaries like F<curl> or F<wget>.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 6057edabe6..a212efcc69 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -765,6 +765,19 @@ use File::Glob qw(:case);
'UPSTREAM' => 'cpan',
},
+ 'HTTP::Tiny' =>
+ {
+ 'MAINTAINER' => 'dagolden',
+ 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.008.tar.gz',
+ 'FILES' => q[cpan/HTTP-Tiny],
+ 'EXCLUDED' => [
+ 't/200_live.t',
+ qr/^eg/,
+ qr/^xt/
+ ],
+ 'UPSTREAM' => 'cpan',
+ },
+
'I18N::Collate' =>
{
'MAINTAINER' => 'p5p',