freeside/FS/FS/part_export acct_sql.pm,1.13,1.14 shellcommands.pm,1.33,1.34
ivan
ivan at pouncequick.420.am
Thu May 19 03:29:20 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv31099/part_export
Modified Files:
acct_sql.pm shellcommands.pm
Log Message:
missing ;
Index: shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- shellcommands.pm 19 May 2005 10:26:56 -0000 1.33
+++ shellcommands.pm 19 May 2005 10:29:16 -0000 1.34
@@ -1,6 +1,6 @@
package FS::part_export::shellcommands;
-use vars qw(@ISA %info)
+use vars qw(@ISA %info);
use Tie::IxHash;
use String::ShellQuote;
use FS::part_export;
Index: acct_sql.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/acct_sql.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- acct_sql.pm 19 May 2005 10:26:56 -0000 1.13
+++ acct_sql.pm 19 May 2005 10:29:16 -0000 1.14
@@ -1,6 +1,6 @@
package FS::part_export::acct_sql;
-use vars qw(@ISA %info)
+use vars qw(@ISA %info);
use Tie::IxHash;
#use Digest::MD5 qw(md5_hex);
use FS::Record; #qw(qsearchs);
More information about the freeside-commits
mailing list