Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 190215b

Browse files
committed
updated README and META
1 parent 7fe94c6 commit 190215b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Mike Doherty <[email protected]>"
77
],
88
"dynamic_config" : 0,
9-
"generated_by" : "Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120630",
9+
"generated_by" : "Dist::Zilla version 4.300016, CPAN::Meta::Converter version 2.120921",
1010
"license" : [
1111
"perl_5"
1212
],
@@ -66,7 +66,7 @@
6666
"provides" : {
6767
"HTTP::Tiny" : {
6868
"file" : "lib/HTTP/Tiny.pm",
69-
"version" : "0.018"
69+
"version" : "0.019"
7070
}
7171
},
7272
"release_status" : "stable",
@@ -82,6 +82,6 @@
8282
"web" : "https://github.com/dagolden/p5-http-tiny"
8383
}
8484
},
85-
"version" : "0.018"
85+
"version" : "0.019"
8686
}
8787

README.pod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTTP::Tiny - A small, simple, correct HTTP/1.1 client
44

55
=head1 VERSION
66

7-
version 0.018
7+
version 0.019
88

99
=head1 SYNOPSIS
1010

@@ -281,10 +281,10 @@ SSL_options
281281

282282
=head1 SSL SUPPORT
283283

284-
Direct C<https> connections are supported only if L<IO::Socket::SSL> is
285-
installed. An exception will be thrown if IO::Socket::SSL is not installed or
286-
if the SSL encryption fails. There is no support for C<https> connections via
287-
proxy.
284+
Direct C<https> connections are supported only if L<IO::Socket::SSL> 1.56 or
285+
greater is installed. An exception will be thrown if a new enough
286+
IO::Socket::SSL is not installed or if the SSL encryption fails. There is no
287+
support for C<https> connections via proxy.
288288

289289
SSL provides two distinct capabilities:
290290

0 commit comments

Comments
 (0)