liblwp-authen-wsse-perl 0.05-2 source package in Ubuntu

Changelog

liblwp-authen-wsse-perl (0.05-2) unstable; urgency=low


  * Team upload.
  * Use Digest::SHA instead of Digest::SHA1
    libdigest-sha1-perl package was reoved from Debian. Digest::SHA is part
    of Perl core modules included with the perl interpreter since 5.10.
    Thanks to Ansgar Burchardt <email address hidden> (Closes: #694486)

 -- Salvatore Bonaccorso <email address hidden>  Tue, 27 Nov 2012 17:38:50 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
liblwp-authen-wsse-perl_0.05-2.dsc 2.0 KiB 570fdd1c3bb7b26e61da0852caed86bbe110934f8dffa064d6e0648849c32a57
liblwp-authen-wsse-perl_0.05.orig.tar.gz 11.1 KiB b2748fb27c93da77ef5b06fd8c2ddfc2fd0ce5fd58375a8906b2aafbfc21fbf2
liblwp-authen-wsse-perl_0.05-2.diff.gz 3.1 KiB 6cda31999742ebc7f8242f7de90c5d626d0b1cd2294ea7205ea9dcd59b90c231

Available diffs

No changes file available.

Binary packages built by this source

liblwp-authen-wsse-perl: library for enabling X-WSSE authentication in LWP

 LWP::Authen::Wsse allows LWP to authenticate against servers that are using
 the X-WSSE authentication scheme, as required by the Atom Authentication API.
 .
 The module is used indirectly through LWP, rather than including it directly in
 your code. The LWP system will invoke the WSSE authentication when it
 encounters the authentication scheme while attempting to retrieve a URL from a
 server.