Unverified Commit 1b5a8c32 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

polyline is v4.01 as well. whoops...

parent d2f951bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@ use 5.014;

use parent 'Exporter';
our @EXPORT_OK = qw(decode_polyline);
our $VERSION   = '4.00';

our $VERSION = '4.01';

# Translated this php script
# <http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/>