[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3372] trunk



Revision: 3372
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3372&view=rev
Author:   einhverfr
Date:     2011-06-28 13:23:32 +0000 (Tue, 28 Jun 2011)

Log Message:
-----------
Correcting POD so it parses properly

Modified Paths:
--------------
    trunk/LedgerSMB/ScriptLib/Company.pm
    trunk/LedgerSMB.pm

Modified: trunk/LedgerSMB/ScriptLib/Company.pm
===================================================================
--- trunk/LedgerSMB/ScriptLib/Company.pm	2011-06-28 13:13:34 UTC (rev 3371)
+++ trunk/LedgerSMB/ScriptLib/Company.pm	2011-06-28 13:23:32 UTC (rev 3372)
@@ -420,8 +420,10 @@
 
 =pod
 
-=over display_history($request)
+=over 
 
+=item display_history($request)
+
 Displays the customer/vendor history based on criteria from the history filter
 screen.
 

Modified: trunk/LedgerSMB.pm
===================================================================
--- trunk/LedgerSMB.pm	2011-06-28 13:13:34 UTC (rev 3371)
+++ trunk/LedgerSMB.pm	2011-06-28 13:23:32 UTC (rev 3372)
@@ -155,7 +155,18 @@
 
 Ensures that the $ENV{REQUEST_METHOD} is defined and either "HEAD", "GET", "POST".
 
+=item finalize_request()
 
+This function throws a CancelFurtherProcessing exception to be caught
+by the outermost processing script.  This construct allows the outer
+script and intermediate levels to clean up, if required.
+
+This construct replaces 'exit;' calls randomly scattered
+around the code everywhere.
+
+=cut
+
+
 =back
 
 
@@ -838,17 +849,6 @@
     
 }
 
-=item finalize_request()
-
-This function throws a CancelFurtherProcessing exception to be caught
-by the outermost processing script.  This construct allows the outer
-script and intermediate levels to clean up, if required.
-
-This construct replaces 'exit;' calls randomly scattered
-around the code everywhere.
-
-=cut
-
 sub finalize_request {
     throw CancelFurtherProcessing();
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.