From: Mark Wells Date: Sun, 13 Jul 2014 04:24:31 +0000 (-0700) Subject: fix typo X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e4a30aa68cf28364883cf585819c18c470ec7a43 fix typo --- diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index 5e28c1363..5528c8988 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -2,7 +2,7 @@ package FS::Setup; use base qw( Exporter ); use strict; -use vars qw( ISA @EXPORT_OK ); +use vars qw( @EXPORT_OK ); #use Tie::DxHash; use Tie::IxHash; use Crypt::OpenSSL::RSA;