diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-29 10:25:33 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-29 10:25:37 +0100 |
commit | 1d28c016e8572d512bb7595798f9acb1bb4f9f0b (patch) | |
tree | 6e15a37830f1911a1744c08d2d3d363be37f1c49 /cpan/HTTP-Tiny | |
parent | 2900b141e3d3df14d73ee1d0a4f23af89fba1a7b (diff) | |
download | perl-1d28c016e8572d512bb7595798f9acb1bb4f9f0b.tar.gz |
Update HTTP-Tiny to CPAN version 0.036
[DELTA]
0.036 2013-09-25 12:10:06 America/New_York
[FIXED]
- Compile test could hang on Windows
[PREREQS]
- Dropped configure_requires for ExtUtils::MakeMaker to 6.17
[META]
- Updated support files
Diffstat (limited to 'cpan/HTTP-Tiny')
-rw-r--r-- | cpan/HTTP-Tiny/lib/HTTP/Tiny.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm b/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm index 8932b19ae2..6d0059cbae 100644 --- a/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm +++ b/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm @@ -3,7 +3,7 @@ package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client -our $VERSION = '0.035'; # VERSION +our $VERSION = '0.036'; # VERSION use Carp (); @@ -1008,7 +1008,7 @@ HTTP::Tiny - A small, simple, correct HTTP/1.1 client =head1 VERSION -version 0.035 +version 0.036 =head1 SYNOPSIS @@ -1520,7 +1520,7 @@ public review and contribution under the terms of the license. L<https://github.com/chansen/p5-http-tiny> - git clone git://github.com/chansen/p5-http-tiny.git + git clone https://github.com/chansen/p5-http-tiny.git =head1 AUTHORS |