X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=76c3000c9db1404b4b40f30918eca0f35c5c90e6;hb=75905ceede173133e27e1ce5b7046ee62848d541;hp=6fc4bf09f11f1d2ce77c3e9b25083c56c99781c1;hpb=b1e8c45e0a7a4142f62070c76dd10446ea7ea1ba;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 6fc4bf09f..76c3000c9 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; @@ -393,6 +395,7 @@ if ( -e $addl_handler_use_file ) { use FS::olt_site; use FS::access_user_page_pref; use FS::part_svc_msgcat; + use FS::saved_search; # Sammath Naur if ( $FS::Mason::addl_handler_use ) {