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