We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a99cc5 commit 2f17ba0Copy full SHA for 2f17ba0
Changes
@@ -2,6 +2,8 @@ Release notes for HTTP-Tiny
2
3
{{$NEXT}}
4
5
+0.086 2023-06-22 10:06:37-04:00 America/New_York
6
+
7
[FIXED]
8
9
- Fix code to use `$ENV{PERL_HTTP_TINY_SSL_INSECURE_BY_DEFAULT}` as documented.
Makefile.PL
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
41
"lib" => 0,
42
"open" => 0
43
},
44
- "VERSION" => "0.086",
+ "VERSION" => "0.087",
45
"test" => {
46
"TESTS" => "t/*.t"
47
}
lib/HTTP/Tiny.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
# ABSTRACT: A small, simple, correct HTTP/1.1 client
-our $VERSION = '0.085';
+our $VERSION = '0.087';
sub _croak { require Carp; Carp::croak(@_) }
10
0 commit comments