3.0: uncomment the use of strict in kern.pm

This commit is contained in:
Jordi Sanfeliu 2012-11-21 16:33:22 +01:00
parent cd557a889f
commit 5ab419737e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package kern;
#use strict;
use strict;
use warnings;
use Monitorix;
use RRDs;