Skip to content

Commit

Permalink
0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 8, 2024
1 parent 18639cf commit 6379953
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for HTTP-Tinyish

{{$NEXT}}

0.19 2024-03-08 14:30:05 PST
- Specify :raw for IPC::Run3 to force binary on Windows #24

0.18 2022-06-20 16:44:43 PDT
Expand Down
13 changes: 9 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.21, Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Dist::Milla version v1.0.22, Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand All @@ -27,14 +27,18 @@
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
},
"suggests" : {
"JSON::PP" : "2.27300"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.21",
"Dist::Milla" : "v1.0.22",
"IO::Socket::SSL" : "1.42",
"LWP" : "6",
"LWP::Protocol::https" : "6",
"Mozilla::CA" : "0",
"Net::SSLeay" : "1.49",
"Test::Pod" : "1.41"
}
Expand Down Expand Up @@ -67,17 +71,18 @@
"web" : "https://github.com/miyagawa/HTTP-Tinyish"
}
},
"version" : "0.18",
"version" : "0.19",
"x_contributors" : [
"Nicolas R <[email protected]>",
"Patrick B\u00f6ker <[email protected]>",
"Shoichi Kaji <[email protected]>",
"Stig Palmquist <[email protected]>",
"Takahiro SHIMIZU <[email protected]>",
"Tatsuhiko Miyagawa <[email protected]>",
"Tatsuhiko Miyagawa <[email protected]>"
],
"x_generated_by_perl" : "v5.34.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.29",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ my %WriteMakefileArgs = (
"JSON::PP" => 0,
"Test::More" => "0.96"
},
"VERSION" => "0.18",
"VERSION" => "0.19",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Tinyish.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Carp ();

our $VERSION = '0.18';
our $VERSION = '0.19';

our $PreferredBackend; # for tests
our @Backends = map "HTTP::Tinyish::$_", qw( LWP HTTPTiny Curl Wget );
Expand Down

0 comments on commit 6379953

Please sign in to comment.