diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-12 13:14:58 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-12 13:14:58 -0700 |
commit | fb20ed00c239b73cd23e1878ff2f62e16aed62d1 (patch) | |
tree | 37212ee306e9b13e9c46caef0cd1d4e6f44f436a | |
parent | 4c3886270dff45a37c319d50c062606675c9a7c2 (diff) |
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | EZLocate.pm | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ Revision history for Geo-EZLocate +0.02 Wed Jun 12 13:13:55 PDT 2013 + - (Mark) Error handling fix + 0.01 Mon Nov 5 15:12:56 PST 2012 - (Mark) First version, released on an unsuspecting world. - (Ivan) Declare dependancies on Class::Std::Fast::Storable and diff --git a/EZLocate.pm b/EZLocate.pm index 09062f5..b560a33 100644 --- a/EZLocate.pm +++ b/EZLocate.pm @@ -13,11 +13,11 @@ Geo::EZLocate - TomTom EZLocate geocoding service interface =head1 VERSION -Version 0.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; our $timeout = 10; # in minutes |