[freeside-commits] branch FREESIDE_3_BRANCH updated. 16a005e2f937a62a2a6633974979b614a41e34c8

Ivan ivan at 420.am
Wed Jun 12 13:28:15 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  16a005e2f937a62a2a6633974979b614a41e34c8 (commit)
      from  88ea76ec326f4698331f38c0b055d5e690d87086 (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 16a005e2f937a62a2a6633974979b614a41e34c8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 12 13:28:14 2013 -0700

    EZLocate 0.02 required for proper error handling

diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm
index 3ab1ea7..53efb36 100644
--- a/FS/FS/Misc/Geo.pm
+++ b/FS/FS/Misc/Geo.pm
@@ -363,7 +363,7 @@ sub standardize_ezlocate {
   #}
 
   $class = 'Geo::EZLocate'; # use our own library
-  eval "use $class";
+  eval "use $class 0.02"; #Geo::EZLocate 0.02 for error handling
   die $@ if $@;
 
   my $userid = $conf->config('ezlocate-userid')

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

Summary of changes:
 FS/FS/Misc/Geo.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list