diff options
Diffstat (limited to 'cpan/HTTP-Tiny/lib/HTTP/Tiny.pm')
-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 |