changeset 417:3c42ad35e157

fetch_weather: Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jan 2017 23:25:57 +0200
parents c88f7449b526
children e904b453a06a
files fetch_weather.pl
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Sat Jan 07 22:56:32 2017 +0200
+++ b/fetch_weather.pl	Sat Jan 07 23:25:57 2017 +0200
@@ -15,7 +15,7 @@
 #
 #
 ##########################################################################
-use 5.018;
+use 5.18.0;
 use strict;
 use warnings;
 use utf8;
@@ -379,7 +379,6 @@
 
       print STDERR "Is meta_str UTF8? ".(utf8::is_utf8($meta_str) ? "yes" : "NO!")."\n" if (opt_get_int("debug") > 0);
 
-
       # Parse the data ..
       my $meta_data = {};
       my $json = JSON->new->decode($meta_str);