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