summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2008-05-08 12:47:13 +0000
committerivan <ivan>2008-05-08 12:47:13 +0000
commit9dc88f6c738f30ce1eb6339ba4b739b45555dea4 (patch)
tree2c0e002ffcc1e08c1d2e16efa46c15e31466eae7 /htetc
parentbfd99094043a3260afa2770b9e3f366308041490 (diff)
address standardization part one, finally checked in from here
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index d2fe52df0..5e34c1e0d 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -125,8 +125,10 @@ sub handler
use Chart::LinesPoints;
use Chart::Mountain;
use Color::Scheme;
- use HTML::Widgets::SelectLayers 0.07;
+ use HTML::Widgets::SelectLayers 0.07; #should go away in favor of
+ #selectlayers.html
use Locale::Country;
+ use Business::US::USPS::WebTools::AddressStandardization;
use FS;
use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name);
use FS::Record qw(qsearch qsearchs fields dbdef str2time_sql);