Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/darwin/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ sub run {
# IO::Socket::SSL
local $ENV{NO_NETWORK_TESTING} = 1;
local $ENV{PERL_MM_USE_DEFAULT} = 1;
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.073.tar.gz', 'IO::Socket::SSL', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz', 'IO::Socket::SSL', '5.8.1');

# Test::Harness
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');
Expand Down
2 changes: 1 addition & 1 deletion scripts/linux/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sub run {
# IO::Socket::SSL
local $ENV{NO_NETWORK_TESTING} = 1;
local $ENV{PERL_MM_USE_DEFAULT} = 1;
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.073.tar.gz', 'IO::Socket::SSL', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz', 'IO::Socket::SSL', '5.8.1');

# Test::Harness
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');
Expand Down
2 changes: 1 addition & 1 deletion scripts/windows/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ sub run {
# NOTE:
# IO::Socket::SSL supports v5.8.1, but it doesn't work on Windows
# https://github.com/shogo82148/actions-setup-perl/pull/480#issuecomment-735391122
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.073.tar.gz', 'IO::Socket::SSL', '5.8.1');
cpan_install('https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.074.tar.gz', 'IO::Socket::SSL', '5.8.1');

# Test::Harness
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');
Expand Down