diff options
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`. |