projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44b428
)
depend on URI::Escape version which escapes quotes
author
Ivan Kohler
<ivan@freeside.biz>
Thu, 5 Jul 2012 23:09:03 +0000
(16:09 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Thu, 5 Jul 2012 23:09:03 +0000
(16:09 -0700)
FS/FS/Mason.pm
patch
|
blob
|
history
FS/FS/Misc/Geo.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Mason.pm
b/FS/FS/Mason.pm
index
045a5b1
..
5ab9534
100644
(file)
--- 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
(file)
--- 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;