in reply to io-socket-ssl missing!

Which repos do you have in ppm? Just google search and find a reliable repo which has it:

c:\ppm install http://trouchelle.com/ppm/IO-Socket-SSL.ppd

Update: Untested, I can't test this from work.

Replies are listed 'Best First'.
Re^2: io-socket-ssl missing!
by kawelch (Initiate) on Aug 09, 2010 at 15:38 UTC
    The ppd files I do find have all told me 'The PPD does not provide code to install for this platform'
      indeed it does not
      <?xml version="1.0" encoding="UTF-8"?> <SOFTPKG NAME="IO-Socket-SSL" VERSION="1,06,0,0"> <TITLE>IO-Socket-SSL</TITLE> <ABSTRACT>Nearly transparent SSL encapsulation for IO::Socket::INET. +</ABSTRACT> <AUTHOR>Peter Behroozi &amp; Marko Asplund</AUTHOR> <IMPLEMENTATION> <DEPENDENCY NAME="Net-SSLeay" VERSION="1,21,0,0" /> <OS NAME="MSWin32" /> <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" /> <CODEBASE HREF="MSWin32-x86-multi-thread-5.8/IO-Socket-SSL-1.06.zi +p" /> <PROVIDE NAME="IO::Socket::SSL" VERSION="1.06" /> </IMPLEMENTATION> </SOFTPKG>
      however this does http://cpan.uwinnipeg.ca/PPMPackages/10xx/
        The UWinnipeg repository link takes me to a download site for the tar file, which doesn't contain a ppd file, unfortunately. I'm running 64-bit Win7 - could that be a problem?