diff options
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/HTTP-Tiny/lib/HTTP/Tiny.pm | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b59efb5e5e..4cb15754c1 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -919,7 +919,7 @@ use File::Glob qw(:case); 'HTTP::Tiny' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.035.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.036.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ 'cpanfile', 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 |