summaryrefslogtreecommitdiff
blob: 22965f4e991e4ad3025d48b0a7c29e27b4446121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<maintainer>
<email>tove@gentoo.org</email>
<name>Torsten Veller</name>
</maintainer>
<longdescription lang="en">
  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.
</longdescription>
</pkgmetadata>