diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-10-28 10:13:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-28 10:13:32 +0200 |
commit | 7ed6a265b747a275c24dce2797445d9c789124f2 (patch) | |
tree | 03972530019e7a081918aaf9e5f683d155332ed5 /lib/Travel | |
parent | 9e187f32172ffa7223418a5154dce4ab5fe6d866 (diff) |
Polyline: Fix version number
Diffstat (limited to 'lib/Travel')
-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 2d82912..e7047a3 100644 --- a/lib/Travel/Status/DE/HAFAS/Polyline.pm +++ b/lib/Travel/Status/DE/HAFAS/Polyline.pm @@ -15,7 +15,7 @@ use 5.014; use parent 'Exporter'; our @EXPORT_OK = qw(decode_polyline); -our $VERSION = '0.06'; +our $VERSION = '4.00'; # Translated this php script # <http://unitstep.net/blog/2008/08/02/decoding-google-maps-encoded-polylines-using-php/> |