| 1 |
Description: Correct pod NAME issues in LedgerSMB/Auth/DB.pm
|
| 2 |
Has an incomplete module name and a comma instead of a dash in the NAME entry.
|
| 3 |
Bug: http://sourceforge.net/tracker/?func=detail&aid=3472535&group_id=175965&atid=1005191
|
| 4 |
Author: Robert James Clay <jame@rocasa.us>
|
| 5 |
|
| 6 |
--- a/LedgerSMB/Auth/DB.pm
|
| 7 |
+++ b/LedgerSMB/Auth/DB.pm
|
| 8 |
@@ -3,7 +3,7 @@
|
| 9 |
|
| 10 |
=head1 NAME
|
| 11 |
|
| 12 |
-LedgerSMB::Auth.pm, Standard DB module.
|
| 13 |
+LedgerSMB::Auth::DB - Standard DB Authentication module.
|
| 14 |
|
| 15 |
=head1 SYNOPSIS
|
| 16 |
|