X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=2db693627638adfc0d35c727daf953f7f0e7c30c;hp=7c9dad65da669cfea5adfd77ea5bc5da041197a3;hb=08cf05e4cb9a5367eae210205e38ce33a871b9e7;hpb=df2a87672acaed825b7399bf909a69314bb0d9c0 diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 7c9dad65d..2db693627 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -85,6 +85,7 @@ if ( -e $addl_handler_use_file ) { use IO::File; use IO::Scalar; use IO::String; + use File::Slurp qw( slurp ); #not actually using this yet anyway...# use IPC::Run3 0.036; use Net::Whois::Raw qw(whois); if ( $] < 5.006 ) { @@ -362,6 +363,7 @@ if ( -e $addl_handler_use_file ) { use FS::sched_avail; use FS::export_batch; use FS::export_batch_item; + use FS::queue_stat; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {