From: Larry Shatzer, Jr. Date: Mon, 23 Jul 2001 07:49:05 +0000 (-0700) Subject: Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER> X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=426affbfcdc1a44b91a25ac2862d4b8ea7a209fd;p=p5sagit%2Fp5-mst-13.2.git Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER> p4raw-id: //depot/perl@11454 --- diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod index 9676380..a7b1b94 100644 --- a/pod/perlfaq9.pod +++ b/pod/perlfaq9.pod @@ -271,8 +271,8 @@ server, or perhaps check some of the other FAQs referenced above. The HTTPD::UserAdmin and HTTPD::GroupAdmin modules provide a consistent OO interface to these files, regardless of how they're -stored. Databases may be text, dbm, Berkley DB or any database with a -DBI compatible driver. HTTPD::UserAdmin supports files used by the +stored. Databases may be text, dbm, Berkeley DB or any database with +a DBI compatible driver. HTTPD::UserAdmin supports files used by the `Basic' and `Digest' authentication schemes. Here's an example: use HTTPD::UserAdmin ();