Dumping the Connect(); and Message(); calls to STDERR gave away the error:
IO:Sockets::SSL wasn't installed.
AS PPM doesn't have the required modules so it was off to http://cpan.uwinnipeg.ca/PPMPackages/10xx/ to grab the IO::Sockets::SSL and the dependancies.
ppm install http://www.bribes.org/perl/ppm/Net-SSLeay.ppd
install Scalar-List-Utils from default ActiveState PPM repo
ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/IO-Socket-SSL.ppd
Works now :)
Off to grind on the warlock.
No comments:
Post a Comment