diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-02-05 10:11:20 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-02-05 10:11:20 +0100 |
commit | 78e08b0475fb36f347a9ffdd645b6d0c4b16b0c5 (patch) | |
tree | 9f265ddf52425518c2aefe8e5ca6d8624a31bc1a /lib/Travel/Status/DE/HAFAS/Polyline.pm | |
parent | 9c7bc5ee02c49df97ed164e1f267624680bdf4a1 (diff) |
Release v4.074.07
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS/Polyline.pm')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/Polyline.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Polyline.pm b/lib/Travel/Status/DE/HAFAS/Polyline.pm index 5380a6f..c00d905 100644 --- a/lib/Travel/Status/DE/HAFAS/Polyline.pm +++ b/lib/Travel/Status/DE/HAFAS/Polyline.pm @@ -16,7 +16,7 @@ use 5.014; use parent 'Exporter'; our @EXPORT_OK = qw(decode_polyline); -our $VERSION = '4.06'; +our $VERSION = '4.07'; # Translated this php script # <http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/> |