mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 16:36:30 +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 warnings;
|
||||
|
||||
use IO::File;
|
||||
use File::Find;
|
||||
use File::stat;
|
||||
|
Loading…
Reference in New Issue
Block a user