mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-02 19:43:49 +00:00
pveupdate: use warnings instead of -w
This commit is contained in:
parent
f9ee64e1a5
commit
194076348f
4
bin/pveupdate
Normal file → Executable file
4
bin/pveupdate
Normal file → Executable file
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use IO::File;
|
use IO::File;
|
||||||
use File::Find;
|
use File::Find;
|
||||||
use File::stat;
|
use File::stat;
|
||||||
|
Loading…
Reference in New Issue
Block a user