# HG changeset patch # User Matti Hamalainen # Date 1546136169 -7200 # Node ID 4075cf3e094c34b4352bf1cfbd5a72abb0eb6bdc # Parent 575e9db7667c571acf9597ff55fcf33e780216b6 fetch_weather: Update 'documentation'. diff -r 575e9db7667c -r 4075cf3e094c fetch_weather.pl --- 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;