X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=ebd40addabb12c9def5f869a4c5ffc6628b9851a;hb=b3b6d0750030d08032756ad4a6969e193a65a928;hp=7bdb6059e44239ab0b230bc684554c83491b6748;hpb=444ecdc59e1da312e559ffa8b8f34130cf2317b5;p=freeside.git diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 7bdb6059e..ebd40adda 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -85,6 +85,7 @@ if ( -e $addl_handler_use_file ) { die $@ if $@; } use Text::CSV_XS; + use Archive::Zip; use Spreadsheet::WriteExcel; use Spreadsheet::WriteExcel::Utility; use OLE::Storage_Lite; @@ -120,7 +121,10 @@ if ( -e $addl_handler_use_file ) { use Locale::Currency::Format; use Number::Phone::Country qw( noexport ); use Business::US::USPS::WebTools::AddressStandardization; - use Geo::GoogleEarth::Pluggable; + use Geo::GoogleEarth::Pluggable 0.16; + use Geo::Shapelib; + use Geo::JSON; + use Geo::JSON::FeatureCollection; use LWP::UserAgent; use Storable qw( nfreeze thaw ); use FS; @@ -387,7 +391,6 @@ if ( -e $addl_handler_use_file ) { 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; @@ -418,8 +421,13 @@ if ( -e $addl_handler_use_file ) { use FS::part_svc_msgcat; use FS::commission_schedule; use FS::commission_rate; + use FS::realestate_location; + use FS::realestate_unit; + use FS::svc_realestate; use FS::saved_search; use FS::sector_coverage; + use FS::svc_group; + use FS::Misc::DepositSlip qw( deposit_slip_pdf ); # Sammath Naur if ( $FS::Mason::addl_handler_use ) {