pveupdate: use warnings instead of -w

This commit is contained in:
Dietmar Maurer 2016-02-12 10:42:23 +01:00
parent f9ee64e1a5
commit 194076348f

4
bin/pveupdate Normal file → Executable file
View 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;