From d4242fa379b1c84733b6f0e6ef7021d132eb0c38 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 19 May 2005 10:29:16 +0000 Subject: [PATCH] missing ; --- FS/FS/part_export/acct_sql.pm | 2 +- 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; -- 2.11.0