diff --git a/.github/workflows/linux-perl.yml b/.github/workflows/linux-perl.yml index eef995aa..bbc835f4 100644 --- a/.github/workflows/linux-perl.yml +++ b/.github/workflows/linux-perl.yml @@ -23,7 +23,7 @@ jobs: run: perl -V - name: Install dependencies run: | - cpanm --force Module::Pluggable + cpanm --force -v Module::Pluggable cpanm https://github.com/Akron/Mojolicious-Plugin-Localize.git cpanm --installdeps . cpanm -n Cpanel::JSON::XS EV diff --git a/README.md b/README.md index 20d112aa..d934edc6 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,17 @@ you can set the execution policy with If using the RemoteSigned execution policy, you can use `Unblock-File` to allow specific scripts to run. +### Problem installing Module::Pluggable + +In case [Module::Pluggable](https://metacpan.org/pod/Module-Pluggable) fails +as a dependency of the [DateTime](https://metacpan.org/pod/DateTime) module, +just force the installation and ignore warnings. + +```perl +cpanm --force Module::Pluggable +``` + + ## COPYRIGHT AND LICENSE ### Original Software