X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=5beb100b7e016fa1978e472abcd60d29fe1cbb02;hb=77ffd5cb8c802e43cad458e859ef9c035d3b39f0;hp=bdae3938cf5bda6c34506f3aa54edd65a5d7753e;hpb=fc71c5a7a2b5595ef38621ead753c6b261c534ba;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index bdae3938c..5beb100b7 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -77,7 +77,8 @@ if ( -e $addl_handler_use_file ) { use HTML::TableExtract qw(tree); use HTML::FormatText; use HTML::Defang; - use JSON::XS; +# use JSON::XS; ! Maintainers deployed app-breaking defaults, + use Cpanel::JSON::XS; # this is considered safe compatible drop-in replacement # use XMLRPC::Transport::HTTP; # use XMLRPC::Lite; # for XMLRPC::Serializer use MIME::Base64; @@ -123,6 +124,7 @@ if ( -e $addl_handler_use_file ) { use HTML::Widgets::SelectLayers 0.07; #should go away in favor of #selectlayers.html use Locale::Country; + use Number::Phone::Country qw( noexport ); use Business::US::USPS::WebTools::AddressStandardization; use Geo::GoogleEarth::Pluggable; use LWP::UserAgent; @@ -171,6 +173,7 @@ if ( -e $addl_handler_use_file ) { use FS::h_cust_main; use FS::cust_main::Search qw(smart_search); use FS::cust_main::Import; + use FS::cust_main::Import_Charges; use FS::cust_main_county; use FS::cust_location; use FS::cust_pay;