changeset 380:729eb88d1c63

fetch_weather: "use warnings".
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 07 Feb 2016 18:05:51 +0200
parents 3715df1cd9aa
children 846a0a95ad5a
files fetch_weather.pl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <ccr@tnsp.org>
@@ -16,6 +16,7 @@
 #
 ##########################################################################
 use strict;
+use warnings;
 use utf8;
 use LWP::UserAgent;
 use HTML::Entities;