diff options
-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; |