diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-07-27 12:29:00 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-07-27 12:29:00 -0700 |
| commit | 726016f6288d017c748a8d4cdc0157ad7abfe13a (patch) | |
| tree | aae770d74ac43f90cb2116a2e7cdf38440ea2ba6 /FS/FS | |
| parent | 01af84c2028da7c7607c3936e01a72725bb6a1f2 (diff) | |
status, RT#30241
Diffstat (limited to 'FS/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 1ae60edef..4f43c6baa 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -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 ) { |
