Skip to content

Commit 8944670

Browse files
authored
bump IO::Socket::SSL v2.074 (#995)
1 parent 194ea9c commit 8944670

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/darwin/build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ sub run {
160160
# IO::Socket::SSL
161161
local $ENV{NO_NETWORK_TESTING} = 1;
162162
local $ENV{PERL_MM_USE_DEFAULT} = 1;
163-
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.073.tar.gz', 'IO::Socket::SSL', '5.8.1');
163+
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz', 'IO::Socket::SSL', '5.8.1');
164164

165165
# Test::Harness
166166
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.42.tar.gz', 'Test::Harness', '5.6.0', '5.8.3');

scripts/linux/build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ sub run {
159159
# IO::Socket::SSL
160160
local $ENV{NO_NETWORK_TESTING} = 1;
161161
local $ENV{PERL_MM_USE_DEFAULT} = 1;
162-
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.073.tar.gz', 'IO::Socket::SSL', '5.8.1');
162+
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz', 'IO::Socket::SSL', '5.8.1');
163163

164164
# Test::Harness
165165
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.42.tar.gz', 'Test::Harness', '5.6.0', '5.8.3');

scripts/windows/build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ sub run {
218218
# NOTE:
219219
# IO::Socket::SSL supports v5.8.1, but it doesn't work on Windows
220220
# https://github.com/shogo82148/actions-setup-perl/pull/480#issuecomment-735391122
221-
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.073.tar.gz', 'IO::Socket::SSL', '5.8.1');
221+
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz', 'IO::Socket::SSL', '5.8.1');
222222

223223
# Test::Harness
224224
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.42.tar.gz', 'Test::Harness', '5.6.0', '5.8.3');

0 commit comments

Comments
 (0)