X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=93eca5e4884c4bb3d3a743f197dedec642ff8451;hb=a620ce3b904e9a9ba1da9c990f63f7a94acb785c;hp=5476fd83edf1ade5419bc51710dbaf7699329c45;hpb=447f1a906b47868497485edc3ba190a808539956;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 5476fd83e..93eca5e48 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 ) { @@ -138,6 +139,7 @@ if ( -e $addl_handler_use_file ) { use FS::UI::Web qw(svc_url); use FS::UI::Web::small_custview qw(small_custview); use FS::UI::bytecount; + use FS::UI::REST qw( rest_auth rest_uri_remain encode_rest ); use FS::Msgcat qw(gettext geterror); use FS::Misc qw( send_email send_fax ocr_image states_hash counties cities state_label @@ -382,6 +384,12 @@ if ( -e $addl_handler_use_file ) { use FS::export_batch; use FS::export_batch_item; 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; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {