diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-07-27 12:29:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-07-27 12:29:12 -0700 |
commit | 08cf05e4cb9a5367eae210205e38ce33a871b9e7 (patch) | |
tree | 99376813daa2643735b55c272a71bcc2ff0b02d7 /FS | |
parent | df2a87672acaed825b7399bf909a69314bb0d9c0 (diff) |
status, RT#30241
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Mason.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) { |