diff options
author | ivan <ivan> | 2005-05-19 10:29:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-19 10:29:16 +0000 |
commit | d4242fa379b1c84733b6f0e6ef7021d132eb0c38 (patch) | |
tree | 1b7bb284c38ced6b9113107870c42903f2c3f6da | |
parent | 30925e53c865e27db217a3d8cdaa529970cda4c6 (diff) |
missing ;
-rw-r--r-- | FS/FS/part_export/acct_sql.pm | 2 | ||||
-rw-r--r-- | FS/FS/part_export/shellcommands.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm index b309b724c..4b92e80f1 100644 --- a/FS/FS/part_export/acct_sql.pm +++ b/FS/FS/part_export/acct_sql.pm @@ -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); diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index 53b814e8b..5411c4490 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -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; |