diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-10-29 10:56:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-29 10:56:38 +0200 |
commit | 1b5a8c327e31ce66dc5e2e18c78e31f9e166c9bd (patch) | |
tree | 6393448135e6d9c7a8e4b32fdb396b4831680e1a | |
parent | d2f951bd9764ac4bece147fe22dce35230de6749 (diff) |
polyline is v4.01 as well. whoops...
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Polyline.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Polyline.pm b/lib/Travel/Status/DE/HAFAS/Polyline.pm index e7047a3..8a773f9 100644 --- a/lib/Travel/Status/DE/HAFAS/Polyline.pm +++ b/lib/Travel/Status/DE/HAFAS/Polyline.pm @@ -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/> |