There was an error while loading. Please reload this page.
1 parent 928c062 commit 6bee932Copy full SHA for 6bee932
Changes
@@ -2,6 +2,8 @@ Release notes for HTTP-Tiny
2
3
{{$NEXT}}
4
5
+0.084 2023-06-14 06:35:01-04:00 America/New_York
6
+
7
- No changes from 0.083-TRIAL.
8
9
0.083 2023-06-11 07:05:45-04:00 America/New_York (TRIAL RELEASE)
Makefile.PL
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
41
"lib" => 0,
42
"open" => 0
43
},
44
- "VERSION" => "0.084",
+ "VERSION" => "0.085",
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.084';
+our $VERSION = '0.085';
sub _croak { require Carp; Carp::croak(@_) }
10
0 commit comments