From e4fc08c567584f107db6ed21cde50d305b948737 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 31 Dec 2018 00:22:58 +1300 Subject: [PATCH] Remove -w from the shebang line --- bin/mythtv-status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.30.2