This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libnet-https-any-perl.
commit b11534cdcf799165339405e56b442e20865dc588 Author: gregor herrmann <[email protected]> Date: Sun Jul 27 16:21:22 2014 +0200 Update long description. --- debian/control | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 75d938d..10eea0e 100644 --- a/debian/control +++ b/debian/control @@ -27,9 +27,15 @@ Depends: ${misc:Depends}, libtie-ixhash-perl, liburi-perl Description: simple wrapper around the two available SSL modules - Net-HTTPS-Any is a simple wrapper around either of the two available SSL + Net::HTTPS::Any is a simple wrapper around either of the two available SSL modules. It offers a unified API for sending GET and POST requests over HTTPS and receiving responses. . It depends on Net::SSLeay _or_ ( Crypt::SSLeay and LWP::UserAgent ). - + . + Using LWP::Protocol::https 6.02 or later, the LWP path actually uses + Net::SSLeay also instead of Crypt::SSLeay. Going forward that makes this + module more of historical interest, especially so since modern LWP has its own + mechanism to force use of Crypt::SSLeay: + . + $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-https-any-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
