[freeside-commits] branch FREESIDE_3_BRANCH updated. 85d05fd938528eb1d49a9a634575da6b19eb5b53
Mark Wells
mark at 420.am
Fri Mar 13 16:19:50 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 85d05fd938528eb1d49a9a634575da6b19eb5b53 (commit)
from a77c41907994981644b1a740ddcc3646910dcfce (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 85d05fd938528eb1d49a9a634575da6b19eb5b53
Author: Mark Wells <mark at freeside.biz>
Date: Fri Mar 13 16:19:39 2015 -0700
still need HTML::TokeParser for Washington sales tax, #33917, from #32459
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index 009621b..7ab6d28 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;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Misc/Geo.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list