changeset 403:282e9d9ddb99

fetch_weather: Oops, accidentally removed "use Text::CSV"!
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jan 2017 18:47:22 +0200
parents eaf56c84dc8c
children 32be5d1dca29
files fetch_weather.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Fri Jan 06 18:45:56 2017 +0200
+++ b/fetch_weather.pl	Fri Jan 06 18:47:22 2017 +0200
@@ -27,6 +27,7 @@
 use Date::Parse;
 use Data::Dumper;
 use File::Slurper qw(read_text write_text);
+use Text::CSV;
 
 
 ###