diff options
author | ivan <ivan> | 2011-12-13 19:55:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-13 19:55:36 +0000 |
commit | f19ec38e47365a47fa5cd4f0aab62ab0e5468c77 (patch) | |
tree | 1dda99698151a3891f1f1bf0a9f14d7e3eb4bc47 | |
parent | bdb7b4bf619b14291bdd44919a1a8121ce06df33 (diff) |
fix dep on HTML::GoogleMaps, RT#15539
-rw-r--r-- | FS/FS/Mason.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 773261f0f..fc45b9958 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -114,7 +114,6 @@ if ( -e $addl_handler_use_file ) { #selectlayers.html use Locale::Country; use Business::US::USPS::WebTools::AddressStandardization; - use HTML::GoogleMaps; use Geo::GoogleEarth::Pluggable; use LWP::UserAgent; use Storable qw( nfreeze thaw ); |