diff options
author | David Golden <dagolden@cpan.org> | 2011-01-17 20:39:14 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-01-17 20:39:14 -0500 |
commit | 435aa301127ed481169903cb35187bde1ea44928 (patch) | |
tree | 2add4bd731a68f78dea9ef0e0a34e63783890fb3 /Porting | |
parent | c0a76f0603654cca986933e58136edf51ee334b8 (diff) | |
download | perl-435aa301127ed481169903cb35187bde1ea44928.tar.gz |
Update HTTP::Tiny to CPAN version 0.009
[DELTA]
0.009 2011-01-17 16:29:22 EST5EDT
- Added workaround for IO::Socket::SSL certificate verification bug
- Minor documentation improvements
- POST example added to the eg/ directory in the distribution tarball
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0fe00fa941..d5a0eeb552 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -768,7 +768,7 @@ use File::Glob qw(:case); 'HTTP::Tiny' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.008.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.009.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ 't/200_live.t', |