Document problems with Module::Pluggable

Change-Id: I25be12a4cb1ba7e7d20b5e5d5dc5e4868c6b0bc1
diff --git a/.github/workflows/linux-perl.yml b/.github/workflows/linux-perl.yml
index eef995a..bbc835f 100644
--- a/.github/workflows/linux-perl.yml
+++ b/.github/workflows/linux-perl.yml
@@ -23,7 +23,7 @@
         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 20d112a..d934edc 100644
--- a/README.md
+++ b/README.md
@@ -320,6 +320,17 @@
 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