We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac77c2 commit b1004b7Copy full SHA for b1004b7
Changes
@@ -2,6 +2,8 @@ Release notes for HTTP-Tiny
2
3
{{$NEXT}}
4
5
+0.081 2022-07-17 09:01:51-04:00 America/New_York (TRIAL RELEASE)
6
+
7
[FIXED]
8
9
- No longer deletes the 'headers' key from post_form arguments hashref.
Makefile.PL
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
41
"lib" => 0,
42
"open" => 0
43
},
44
- "VERSION" => "0.081",
+ "VERSION" => "0.082",
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.081';
+our $VERSION = '0.082';
sub _croak { require Carp; Carp::croak(@_) }
10
0 commit comments