X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=660ae25974118f9360de8e6fa4bca77710810669;hb=b3bcbc3dda6f1b994f206c22b02acddb17ebdf1a;hp=2e1a2d12d77efa0e96c3776176af3b7b1deddf16;hpb=73ccb0193ca15a386572a29110c5038aaa83cf83;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 2e1a2d12d..660ae2597 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 ) { @@ -100,6 +101,7 @@ if ( -e $addl_handler_use_file ) { use Business::CreditCard 0.30; #for mask-aware cardtype() use NetAddr::IP; + use Net::MAC::Vendor; use Net::Ping; use Net::Ping::External; #if CPAN #7815 ever gets fixed# if ( $Net::Ping::External::VERSION <= 0.12 ) @@ -359,6 +361,14 @@ if ( -e $addl_handler_use_file ) { use FS::part_fee_usage; use FS::sched_item; use FS::sched_avail; + use FS::export_batch; + use FS::export_batch_item; + use FS::part_pkg_fcc_option; + use FS::state; + use FS::queue_stat; + use FS::deploy_zone; + use FS::deploy_zone_block; + use FS::deploy_zone_vertex; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {