3.0: enable use strict

This commit is contained in:
Jordi Sanfeliu 2012-11-22 18:07:30 +01:00
parent ae703d04d2
commit 79d53b4542
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
package hptemp;
#use strict;
use strict;
use warnings;
use Monitorix;
use RRDs;