summaryrefslogtreecommitdiff
path: root/pod/perlfaq9.pod
diff options
context:
space:
mode:
authorLarry Shatzer, Jr. <lshatzer@islanddata.com>2001-07-23 00:49:05 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-23 21:09:13 +0000
commit426affbfcdc1a44b91a25ac2862d4b8ea7a209fd (patch)
treee0bc2cecd4da51e08701dc64cef7a5be3fc84b71 /pod/perlfaq9.pod
parent02b1e60408c5543387fd5ef57f131e9ef0480a95 (diff)
downloadperl-426affbfcdc1a44b91a25ac2862d4b8ea7a209fd.tar.gz
Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
p4raw-id: //depot/perl@11454
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r--pod/perlfaq9.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index 96763802c5..a7b1b9433a 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 ();