3.0: fix to use strict

This commit is contained in:
Jordi Sanfeliu 2012-12-28 12:53:21 +01:00
parent 8041d80716
commit 6a396342ee
1 changed files with 1 additions and 1 deletions

View File

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