diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-12-12 12:22:58 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-12-12 12:22:58 +0000 |
commit | 3503e8484ba6399e51aec16d01278970f6a0ebe5 (patch) | |
tree | 58455d3c794b2fe689b99743f490474ab360b7c3 /cpan/HTTP-Tiny/lib/HTTP/Tiny.pm | |
parent | d8fed09de8351f26e4a38b4b3018846227c7cc00 (diff) | |
download | perl-3503e8484ba6399e51aec16d01278970f6a0ebe5.tar.gz |
Update HTTP-Tiny to CPAN version 0.053
[DELTA]
0.053 2014-12-11 23:42:17-05:00 America/New_York
[FIXED]
- Defended tests against HTTP_PROXY set in the environment
Diffstat (limited to 'cpan/HTTP-Tiny/lib/HTTP/Tiny.pm')
-rw-r--r-- | cpan/HTTP-Tiny/lib/HTTP/Tiny.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm b/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm index 1a1e0920a7..1276acc033 100644 --- a/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm +++ b/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm @@ -4,7 +4,7 @@ use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client -our $VERSION = '0.052'; +our $VERSION = '0.053'; use Carp (); @@ -1458,7 +1458,7 @@ HTTP::Tiny - A small, simple, correct HTTP/1.1 client =head1 VERSION -version 0.052 +version 0.053 =head1 SYNOPSIS |