diff options
author | Christian Segundo | 2024-09-01 20:56:37 +0200 |
---|---|---|
committer | Christian Segundo | 2024-09-01 20:56:37 +0200 |
commit | bc4ea590e019a3fb11069797991e8cc5f86e127f (patch) | |
tree | d9f62516d0904b2fbb1a12e2a4168f8642b19c29 /content/posts/2019-3-11-cpanm-module-error.md | |
parent | fae17644b9ef2382994bf3ce7d288e08211c42ef (diff) | |
download | check-caps-lock-bc4ea590e019a3fb11069797991e8cc5f86e127f.tar.gz |
Diffstat (limited to 'content/posts/2019-3-11-cpanm-module-error.md')
-rw-r--r-- | content/posts/2019-3-11-cpanm-module-error.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/2019-3-11-cpanm-module-error.md b/content/posts/2019-3-11-cpanm-module-error.md index 698ba71..c7ac6cd 100644 --- a/content/posts/2019-3-11-cpanm-module-error.md +++ b/content/posts/2019-3-11-cpanm-module-error.md @@ -14,6 +14,6 @@ If you ever get this error while installing a module `cpanm`: ! Couldn't find module or a distribution install ``` -The problem is caused by not having the `LWP::Protocol::https` module -installed, and the solution is to run `cpanm` with the `--no-lwp` option or -installing `LWP::Protocol::https`. +The problem is caused by not having the `LWP::Protocol::https` module installed, +and the solution is to run `cpanm` with the `--no-lwp` option or installing +`LWP::Protocol::https`. |