Subject: | SSL required for Gist |
If you try to use Gist without a SSL-module for Perl, you get:
`--> nopaste -s Gist -l c fact.c
App::Nopaste::Service::Gist: Could not find paste link. at
/usr/local/share/perl/5.10.1/App/Nopaste.pm line 44, <> line 1.
No available App::Nopaste::Service modules found at
/usr/local/share/perl/5.10.1/App/Nopaste/Command.pm line 114
A bit of debugging reveals the message being output by LWP as being:
Protocol scheme 'https' is not supported (Crypt::SSLeay or IO::Socket::SSL
not installed)