X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMisc.pm;h=a1d41e0a4ff677594f42b35a2e2ef6dd4674279a;hb=7b3d074cbb694330334469510548d98eebe196ed;hp=5d74adf231363588fe684b8541ceac0f00eaf14e;hpb=3c8870ee619416f126a65c93d5ef7a2f2e24bc96;p=freeside.git diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm index 5d74adf23..a1d41e0a4 100644 --- a/FS/FS/Misc.pm +++ b/FS/FS/Misc.pm @@ -5,6 +5,9 @@ use vars qw ( @ISA @EXPORT_OK $DEBUG ); use Exporter; use Carp; use Data::Dumper; +#do NOT depend on any FS:: modules here, causes weird (sometimes unreproducable +#until on client machine) dependancy loops. put them in FS::Misc::Something +#instead @ISA = qw( Exporter ); @EXPORT_OK = qw( send_email send_fax @@ -431,7 +434,7 @@ sub state_label { Returns a hash reference of the accepted credit card types. Keys are shorter identifiers and values are the longer strings used by the system (see -L). =cut