mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-23 17:34:34 +03:00
use warnings instead of global -w flag
This commit is contained in:
parent
4608c81e42
commit
ffd6f2f3ab
@ -1,6 +1,8 @@
|
||||
package PVE::Storage;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use POSIX;
|
||||
use IO::Select;
|
||||
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 abs_filesystem_path()
|
||||
|
||||
* use warnings instead of global -w flag
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 11:28:40 +0200
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user