From: Andrew Ruthven Date: Sun, 30 Dec 2018 11:22:58 +0000 (+1300) Subject: Remove -w from the shebang line X-Git-Tag: 1.0.0~34 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4fc08c567584f107db6ed21cde50d305b948737;p=mythtv-status.git Remove -w from the shebang line --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 3d46ee9..56b1a18 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # Copyright (c) 2007-2018 Andrew Ruthven # This code is hereby licensed for public consumption under the GNU GPL v3. # @@ -16,6 +16,7 @@ $Date::Manip::Backend = 'DM5'; } +use warnings; use LWP::UserAgent; use XML::LibXML; use Date::Manip;