mirror of https://github.com/mikaku/Monitorix.git
3.0: uncomment the use of strict in kern.pm
This commit is contained in:
parent
cd557a889f
commit
5ab419737e
|
@ -1,6 +1,6 @@
|
||||||
package kern;
|
package kern;
|
||||||
|
|
||||||
#use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Monitorix;
|
use Monitorix;
|
||||||
use RRDs;
|
use RRDs;
|
||||||
|
|
Loading…
Reference in New Issue