changeset 475:4075cf3e094c

fetch_weather: Update 'documentation'.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Dec 2018 04:16:09 +0200
parents 575e9db7667c
children ba50359871b7
files fetch_weather.pl
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fetch_weather.pl	Mon Nov 05 17:12:49 2018 +0200
+++ b/fetch_weather.pl	Sun Dec 30 04:16:09 2018 +0200
@@ -8,11 +8,11 @@
 # Should be ran as a cronjob, and configured properly.
 # */10 * * * *     perl -w /absolute/path/to/fetch_weather.pl /path/to/configfile
 #
-# Configuration file example is in fetch_weather.config
+# Configuration file example is in "config.fetch_weather.example"
 #
 # Requires various Perl modules, in Debian the packages should be:
-# libwww-perl libxml-simple-perl libtimedate-perl
-#
+# libwww-perl libxml-simple-perl libtimedate-perl libjson-perl
+# libfile-slurper-perl
 #
 ##########################################################################
 use 5.18.0;