diff options
author | justdave%syndicomm.com <> | 2003-10-26 13:43:29 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-10-26 13:43:29 +0000 |
commit | d7f41e155bb027e6c36c62f1c29290a8300c2e73 (patch) | |
tree | a36daaf571fbc5ac3274f2f367e45455cac8f852 /Bugzilla | |
parent | 4910d452748f49e707ff9d2650cd6eece784b62d (diff) | |
download | bugs-d7f41e155bb027e6c36c62f1c29290a8300c2e73.tar bugs-d7f41e155bb027e6c36c62f1c29290a8300c2e73.tar.gz bugs-d7f41e155bb027e6c36c62f1c29290a8300c2e73.tar.bz2 bugs-d7f41e155bb027e6c36c62f1c29290a8300c2e73.tar.xz bugs-d7f41e155bb027e6c36c62f1c29290a8300c2e73.zip |
Bug 223093: correcting the title on "perldoc Bugzilla::Auth::DB"
r= bbaetz, a= justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Auth/DB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Auth/DB.pm b/Bugzilla/Auth/DB.pm index ffc49fbf7..29fbc6fa4 100644 --- a/Bugzilla/Auth/DB.pm +++ b/Bugzilla/Auth/DB.pm @@ -89,7 +89,7 @@ __END__ =head1 NAME -Bugzilla::DB - database authentication for Bugzilla +Bugzilla::Auth::DB - database authentication for Bugzilla =head1 SUMMARY |