[freeside-commits] branch FREESIDE_2_3_BRANCH updated. ff8ed2c1714b76a3c2305b8b7e02c6a73d08f140
Ivan
ivan at 420.am
Thu Jul 5 16:09:04 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via ff8ed2c1714b76a3c2305b8b7e02c6a73d08f140 (commit)
from a44b4284f9a93d6765832d041aee9541c1f0ce90 (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 ff8ed2c1714b76a3c2305b8b7e02c6a73d08f140
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jul 5 16:09:03 2012 -0700
depend on URI::Escape version which escapes quotes
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 045a5b1..5ab9534 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -69,7 +69,7 @@ if ( -e $addl_handler_use_file ) {
Lingua::EN::Inflect::classical names=>0; #Categorys
use Tie::IxHash;
use URI;
- use URI::Escape;
+ use URI::Escape 3.31;
use HTML::Entities;
use HTML::TreeBuilder;
use HTML::TableExtract qw(tree);
diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index d7375b0..5d6f33c 100644
--- a/FS/FS/Misc/Geo.pm
+++ b/FS/FS/Misc/Geo.pm
@@ -7,7 +7,7 @@ use LWP::UserAgent;
use HTTP::Request;
use HTTP::Request::Common qw( GET POST );
use HTML::TokeParser;
-use URI::Escape;
+use URI::Escape 3.31;
use Data::Dumper;
$DEBUG = 0;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 2 +-
FS/FS/Misc/Geo.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list