X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=2bc1596f29d35b2a69a94ee714ddce579bfed424;hb=c3b8e954dbf5ddd04930809edfb77fa106fccaee;hp=4b1f800b6d5692e7d08d9422e6e26a07c22c2b1f;hpb=998b62d3f157ba546b2b100f2005934f42aa863f;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 4b1f800b6..2bc1596f2 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -56,6 +56,7 @@ if ( -e $addl_handler_use_file ) { #use CGI::Carp qw(fatalsToBrowser); use CGI::Cookie; use List::Util qw( max min sum ); + use List::MoreUtils qw( first_index uniq ); use Scalar::Util qw( blessed ); use Data::Dumper; use Date::Format; @@ -329,6 +330,8 @@ if ( -e $addl_handler_use_file ) { use FS::agent_pkg_class; use FS::svc_export_machine; use FS::GeocodeCache; + use FS::log; + use FS::log_context; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {