I have tried to install Net::SSLeay though cpan to install Email::Send::SMTP::TLS but I am getting the following error.
cpan[5]> install Net::SSLeay
Running i
Try running through the process on your own manually. From the CPAN prompt:
look Net::SSLeay
to go into a shell in the unpacked directoryperl Makefile.PL
make
make test
make install
If there is a "README" or "INSTALL" file, try reading those too. If you come across any errors, you can append your question and maybe someone can help.