Skip to content

Commit

Permalink
install Module::Pluggable
Browse files Browse the repository at this point in the history
Test-More/Test2-Suite#270

Required until the issue is fixed in Test2::Suite
Basically on 5.18.4 Module::Plugable is deprecated and
prints a warning that is eventually caught by
Test2::Plugin::NoWarnings and that causes the install of
Test2::Plugin::NoWarnings to fail.
  • Loading branch information
timlegge committed May 11, 2023
1 parent 2dfb0c1 commit d2cf58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Install Net::SAML2 Depends
run: |
apt-get install libxml2 make gcc wget;
cpanm App::cpm
cpanm Module::Pluggable
cpanm App::cpm;
# Sub::Name has test that fail every so many times on t/lexical.t
# we ignore these test failures for now...
cpm install -g --show-build-log-on-failure Sub::Name;
Expand Down

0 comments on commit d2cf58a

Please sign in to comment.