use warnings instead of global -w flag
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package PVE::Storage;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use POSIX;
|
||||
use IO::Select;
|
||||
use IO::File;
|
||||
|
||||
Reference in New Issue
Block a user