From 4ee7715a9f9be0f907967e24d0781309a20fa4d1 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sat, 12 Jan 2019 16:20:31 +0100 Subject: [PATCH] style code --- OpenWeatherMapAPI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenWeatherMapAPI.pm b/OpenWeatherMapAPI.pm index 34a1d6c..886ddf3 100644 --- a/OpenWeatherMapAPI.pm +++ b/OpenWeatherMapAPI.pm @@ -45,7 +45,7 @@ eval "use JSON;1" "JSON "; # apt-get install libperl-JSON on Debian and derivatives eval "use Encode qw(encode_utf8);1" or $missingModul .= "Encode "; -use Data::Dumper; # for Debug only +# use Data::Dumper; # for Debug only ## API URL use constant URL => 'https://api.openweathermap.org/data/2.5/'; ## URL . 'weather?' for current data