From 44db6461b59e849617093ea2b93a29bd707b8814 Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Thu, 15 Dec 2016 10:49:12 +0000 Subject: [PATCH] Restrict unsafe constructs and enable all warnings --- scripts/maint/checkSpace.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/maint/checkSpace.pl b/scripts/maint/checkSpace.pl index 724b5a5860..950936115b 100755 --- a/scripts/maint/checkSpace.pl +++ b/scripts/maint/checkSpace.pl @@ -1,4 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl + +use strict; +use warnings; my $C = 0;