in reply to Re^5: Unable to enable SSL on Dancer2 application in my windows platform.
in thread Unable to enable SSL on Dancer2 application in my windows platform.
The easiest way is to use the cpan or cpanm tool:
cpan > look IO::Socket::SSL
or
cpanm --look IO::Socket::SSL
But have you made sure that IO::Socket::SSL is not already installed on your machine? If the following oneliner does not output an error, you already have the module:
perl -MIO::Socket::SSL -e1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Unable to enable SSL on Dancer2 application in my windows platform.
by chandantul (Scribe) on May 04, 2021 at 10:34 UTC | |
by marto (Cardinal) on May 04, 2021 at 11:08 UTC | |
by chandantul (Scribe) on May 04, 2021 at 11:41 UTC | |
by marto (Cardinal) on May 04, 2021 at 11:46 UTC | |
|