[freeside-commits] branch master updated. 226ebde26712fb03cb768235038a2d7c4f0a4fbf
Ivan
ivan at 420.am
Thu Jul 5 16:09:02 PDT 2012
The branch, master has been updated
via 226ebde26712fb03cb768235038a2d7c4f0a4fbf (commit)
from 55a6fb35edc9daa28198e053c35549230381b49a (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 226ebde26712fb03cb768235038a2d7c4f0a4fbf
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jul 5 16:09:01 2012 -0700
depend on URI::Escape version which escapes quotes
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index f3b5942..e26a4b7 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