X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=900da10053b13abc8a8b96e5bcf2706d013e37c4;hb=7516e3da0f17eeecba27219ef96a8b5f46af2083;hp=1ae60edef2b5ddb507159bdab70a6dbb1677cd73;hpb=0ce1f788031c5eaac0c620add539730dd87e3113;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 1ae60edef..900da1005 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,12 @@ if ( -e $addl_handler_use_file ) { use FS::part_pkg_fcc_option; use FS::state; use FS::state; + use FS::queue_stat; + use FS::deploy_zone; + use FS::deploy_zone_block; + use FS::deploy_zone_vertex; + use FS::TaxEngine; + use FS::tax_status; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {