use warnings instead of global -w flag
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
package PVE::Storage;
|
package PVE::Storage;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use POSIX;
|
use POSIX;
|
||||||
use IO::Select;
|
use IO::Select;
|
||||||
use IO::File;
|
use IO::File;
|
||||||
|
|||||||
@ -3,6 +3,8 @@ libpve-storage-perl (3.0-14) unstable; urgency=low
|
|||||||
* storage library: add new helper parse_volname()
|
* storage library: add new helper parse_volname()
|
||||||
|
|
||||||
* storage library: add new helper abs_filesystem_path()
|
* storage library: add new helper abs_filesystem_path()
|
||||||
|
|
||||||
|
* use warnings instead of global -w flag
|
||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 11:28:40 +0200
|
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 11:28:40 +0200
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user