We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab821d commit f8a069bCopy full SHA for f8a069b
.github/workflows/linux.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Install cpanm and multiple modules
98
run: |
99
curl -L https://cpanmin.us | perl - App::cpanminus
100
- cpanm --notest IO::Socket::SSL App::Cpan HTTP::Tiny ExtUtils::MakeMaker Test::Manifest Test::More
+ cpanm --notest IO::Socket::SSL LWP::Protocol::https App::Cpan HTTP::Tiny ExtUtils::MakeMaker Test::Manifest Test::More
101
# Install the dependencies, again not testing them. This installs the
102
# module in the current directory, so we end up installing the module,
103
# but that's not a big deal.
0 commit comments