diff options
author | ivan <ivan> | 2011-12-13 19:55:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-13 19:55:35 +0000 |
commit | b4e0275bb2074630cea6fc2658d73aedcd29b239 (patch) | |
tree | 9f434945511ed20743eaf18b2ead578e0702dd02 | |
parent | 518c65b547c52d2f7921c3ca97728fab3fc78fa8 (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 ); |