From e76c55d8f7afe5866d2f50a5655f8f3b79831e9d Mon Sep 17 00:00:00 2001 From: Robert Rothenberg Date: Wed, 11 Sep 2013 22:53:35 +0100 Subject: [PATCH] Updated version to v0.06 --- Changes | 1 + lib/Geo/Google/PolylineEncoder.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index f0a5e20..a120bad 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ Revision history for 'Geo-Google-PolylineEncoder' Perl module All changes by Steve Purkis, unless otherwise noted. +0.06 + Added validate_encoded_points method for superficially checking the encoded points string [Robert Rothenberg]. diff --git a/lib/Geo/Google/PolylineEncoder.pm b/lib/Geo/Google/PolylineEncoder.pm index 4331af5..ab7af02 100644 --- a/lib/Geo/Google/PolylineEncoder.pm +++ b/lib/Geo/Google/PolylineEncoder.pm @@ -47,7 +47,7 @@ use constant defaults => { visible_threshold => 0.00001, lons_first => 0, }; -our $VERSION = 0.05; +our $VERSION = 0.06; # The constructor sub new {