Skip to content

Commit

Permalink
Document problems with Module::Pluggable
Browse files Browse the repository at this point in the history
Change-Id: I25be12a4cb1ba7e7d20b5e5d5dc5e4868c6b0bc1
  • Loading branch information
Akron committed Nov 18, 2024
1 parent 724a96f commit 70d5205
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70d5205

Please sign in to comment.