mirror of https://github.com/mikaku/Monitorix.git
3.0: enable use strict
This commit is contained in:
parent
ae703d04d2
commit
79d53b4542
|
@ -20,7 +20,7 @@
|
|||
|
||||
package hptemp;
|
||||
|
||||
#use strict;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Monitorix;
|
||||
use RRDs;
|
||||
|
|
Loading…
Reference in New Issue