summaryrefslogtreecommitdiff
path: root/FS/FS/Misc
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-13 16:19:45 -0700
committerMark Wells <mark@freeside.biz>2015-03-13 16:19:45 -0700
commit1eb022fab062f7e0bfbb2c8138f9cda57166ffe6 (patch)
treef91bb6e5bc1255c1e1f79762a0ed0c3a05ac7144 /FS/FS/Misc
parented741d82e6ef8b2c66985f6b54d5cb26e0a70acb (diff)
still need HTML::TokeParser for Washington sales tax, #33917, from #32459
Diffstat (limited to 'FS/FS/Misc')
-rw-r--r--FS/FS/Misc/Geo.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index 1e17b5f..fc80548 100644
--- a/FS/FS/Misc/Geo.pm
+++ b/FS/FS/Misc/Geo.pm
@@ -6,6 +6,7 @@ use vars qw( $DEBUG @EXPORT_OK $conf );
use LWP::UserAgent;
use HTTP::Request;
use HTTP::Request::Common qw( GET POST );
+use HTML::TokeParser;
use JSON;
use URI::Escape 3.31;
use Data::Dumper;