summaryrefslogtreecommitdiff
blob: 0056422fd2b4266040d7ad93538bc9e1e85e4aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>perl@gentoo.org</email>
    <name>Gentoo Perl Project</name>
  </maintainer>
  <longdescription lang="en">
		Apache::AuthCookie allows you to intercept a user's first unauthenticated
		access to a protected document. The user will be presented with a custom
		form where they can enter authentication credentials. The credentials are
		posted to the server where AuthCookie verifies them and returns a session
		key.
	</longdescription>
  <upstream>
    <remote-id type="cpan">Apache-AuthCookie</remote-id>
    <remote-id type="cpan-module">Apache2::AuthCookie</remote-id>
    <remote-id type="cpan-module">Apache::AuthCookie</remote-id>
    <remote-id type="cpan-module">Apache::AuthCookie::Util</remote-id>
  </upstream>
</pkgmetadata>