status, RT#30241
[freeside.git] / FS / FS / Mason.pm
index 1ae60ed..4f43c6b 100644 (file)
@@ -83,6 +83,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 ) {
@@ -385,6 +386,7 @@ if ( -e $addl_handler_use_file ) {
   use FS::part_pkg_fcc_option;
   use FS::state;
   use FS::state;
+  use FS::queue_stat;
   # Sammath Naur
 
   if ( $FS::Mason::addl_handler_use ) {