# HG changeset patch # User Matti Hamalainen # Date 1454861151 -7200 # Node ID 729eb88d1c63d94d68d5be1aa01605beb1b68abd # Parent 3715df1cd9aa09b2e0c3ed1d472ad3c3153c9046 fetch_weather: "use warnings". diff -r 3715df1cd9aa -r 729eb88d1c63 fetch_weather.pl --- a/fetch_weather.pl Sun Feb 07 18:01:20 2016 +0200 +++ b/fetch_weather.pl Sun Feb 07 18:05:51 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl ########################################################################## # # Fetch Weather v0.6 by Matti 'ccr' Hamalainen @@ -16,6 +16,7 @@ # ########################################################################## use strict; +use warnings; use utf8; use LWP::UserAgent; use HTML::Entities;