From 6354eaf3b2ed8287d2d58365e7999654e2ccef2b Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 9 Jan 2013 09:21:41 +0100 Subject: [PATCH] uncommented out use of strict --- lib/int.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/int.pm b/lib/int.pm index 93405c5..c21bc19 100644 --- a/lib/int.pm +++ b/lib/int.pm @@ -20,7 +20,7 @@ package int; -#use strict; +use strict; use warnings; use Monitorix; use RRDs;