From c2626f3fe4129bbe9c3b2bb99f2dfd5ab5453568 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 19 Nov 2018 13:09:21 +0100 Subject: [PATCH] mxmount: Add "use strict" --- mxmount/mxmount | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mxmount/mxmount b/mxmount/mxmount index 44ec7e5..47d69d6 100755 --- a/mxmount/mxmount +++ b/mxmount/mxmount @@ -1,7 +1,8 @@ #!/usr/bin/perl -use Sys::Hostname; +use strict; use warnings; +use Sys::Hostname; my $configfile = "/etc/mxmounts"; my $exports = "/etc/exports";