[interchange-cvs] interchange - jon modified lib/Vend/Accounting/SQL_Ledger.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri May 2 23:24:01 2003


User:      jon
Date:      2003-05-03 03:23:24 GMT
Modified:  lib/Vend/Accounting SQL_Ledger.pm
Log:
Quell POD warning about invalid "=head" when "=head1" etc. expected.

Revision  Changes    Path
1.8       +1 -1      interchange/lib/Vend/Accounting/SQL_Ledger.pm


rev 1.8, prev_rev 1.7
Index: SQL_Ledger.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Accounting/SQL_Ledger.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- SQL_Ledger.pm	16 Sep 2002 23:06:32 -0000	1.7
+++ SQL_Ledger.pm	3 May 2003 03:23:24 -0000	1.8
@@ -1664,7 +1664,7 @@
 
 1;
 
-=head
+=head1 Schema
 
 CREATE SEQUENCE "id" start 1 increment 1 maxvalue 2147483647 minvalue 1  cache 1 ;