From: Ivan Kohler Date: Wed, 12 Jun 2013 20:28:14 +0000 (-0700) Subject: EZLocate 0.02 required for proper error handling X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=16a005e2f937a62a2a6633974979b614a41e34c8;p=freeside.git EZLocate 0.02 required for proper error handling --- diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm index 3ab1ea72f..53efb3686 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')