Subject: | SOAP::Lite should depend on LWP::Protocol::https, not on Crypt::SSLeay |
Hello all,
SOAP::Lite does not actually depend on Crypt::SSLeay even though the Makefile.PL specifies that. The dependency in the Makefile.PL should be changed to LWP::Protocl::https, thus pulling in IO::Socket::SSL on which SOAP::Lite also already depends.
This will make it easier to do automatically install modules depending on SOAP::Lite.
-max