diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-28 22:36:42 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-28 22:36:42 +0000 |
commit | c010de1f1b69b5f07f06f13fa2ac1ec823efb1bc (patch) | |
tree | 8c4cf086477be650e994b333b6c6ca2a8cf154ad /Porting/Maintainers.pl | |
parent | 38321b6f27e7e11ad92c1af843f39cf05c938082 (diff) | |
download | perl-c010de1f1b69b5f07f06f13fa2ac1ec823efb1bc.tar.gz |
Update HTTP-Tiny to CPAN version 0.037
[DELTA]
0.037 2013-10-28 13:26:21 America/New_York
[FIXED]
- Basic authentication in the URL is now unescaped before being encoded
into the authentication header
[DOCUMENTED]
- Added HTTP::Tiny::UA to SEE ALSO and suggested it as the appropriate
place for new features
Diffstat (limited to 'Porting/Maintainers.pl')
-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 859275c78a..19dc4f4345 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -584,7 +584,7 @@ use File::Glob qw(:case); }, 'HTTP::Tiny' => { - 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.036.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.037.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ 't/00-compile.t', |