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 b03042e commit 7564334Copy full SHA for 7564334
.github/workflows/linux.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Install cpanm and multiple modules
99
run: |
100
curl -L https://cpanmin.us | perl - App::cpanminus
101
- cpanm --notest IO::Socket::SSL LWP::Protocol::https App::Cpan HTTP::Tiny ExtUtils::MakeMaker Test::Manifest Test::More
+ cpanm --notest IO::Socket::SSL App::Cpan HTTP::Tiny ExtUtils::MakeMaker Test::Manifest Test::More
102
# Install the dependencies, again not testing them. This installs the
103
# module in the current directory, so we end up installing the module,
104
# but that's not a big deal.
0 commit comments