summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/HAFAS/Polyline.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-01-30 22:14:49 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-01-30 22:14:49 +0100
commitf6ed08a133487645fda472a3e0ade57e536c9f3e (patch)
tree1cbb1729efc3ea9f34f99f1f850c627cb6d166e1 /lib/Travel/Status/DE/HAFAS/Polyline.pm
parenta5e8635aba5012d3cf9b56f82d5e96e9049ce133 (diff)
Release v4.044.04
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS/Polyline.pm')
-rw-r--r--lib/Travel/Status/DE/HAFAS/Polyline.pm2
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 0e42e69..b9c9fb0 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.03';
+our $VERSION = '4.04';
# Translated this php script
# <http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/>