mirror of https://github.com/mikaku/Monitorix.git
3.0: uncommented use of strict
This commit is contained in:
parent
8f01795b5f
commit
84f9a82b5e
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
package mail;
|
package mail;
|
||||||
|
|
||||||
#use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Monitorix;
|
use Monitorix;
|
||||||
use RRDs;
|
use RRDs;
|
||||||
|
|
Loading…
Reference in New Issue