EZLocate 0.02 required for proper error handling
[freeside.git] / FS / FS / Misc / Geo.pm
index 2ad8311..71098eb 100644 (file)
@@ -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')