Skip to content

Commit 83b272d

Browse files
committed
Need LWP::Protocol::https for coverage.
1 parent 088344f commit 83b272d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perl-module-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2-
# version 20240824.001
2+
# version 20240909.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install cpanm and multiple modules
9999
run: |
100100
curl -L https://cpanmin.us | perl - App::cpanminus
101-
cpanm --notest IO::Socket::SSL App::Cpan HTTP::Tiny ExtUtils::MakeMaker Test::Manifest Test::More
101+
cpanm --notest IO::Socket::SSL LWP::Protocol::https App::Cpan HTTP::Tiny ExtUtils::MakeMaker Test::Manifest Test::More
102102
# Install the dependencies, again not testing them. This installs the
103103
# module in the current directory, so we end up installing the module,
104104
# but that's not a big deal.

0 commit comments

Comments
 (0)