[freeside-commits] branch master updated. 1eb022fab062f7e0bfbb2c8138f9cda57166ffe6

Mark Wells mark at 420.am
Fri Mar 13 16:19:51 PDT 2015


The branch, master has been updated
       via  1eb022fab062f7e0bfbb2c8138f9cda57166ffe6 (commit)
      from  ed741d82e6ef8b2c66985f6b54d5cb26e0a70acb (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 1eb022fab062f7e0bfbb2c8138f9cda57166ffe6
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Mar 13 16:19:45 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 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;

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Misc/Geo.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list