mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Require HTTP::Tiny 0.070 for release notes script
This commit is contained in:
parent
d766b68f7a
commit
97a42b014f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use HTTP::Tiny;
|
use HTTP::Tiny 0.070;
|
||||||
use IO::Socket::SSL 1.52;
|
use IO::Socket::SSL 1.52;
|
||||||
use utf8;
|
use utf8;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue