]> git.proxmox.com Git - pve-common.git/blobdiff - data/PVE/JSONSchema.pm
use warnings everywhere.
[pve-common.git] / data / PVE / JSONSchema.pm
index 6866f18a3030d973e33e4f704d1947a30ba1fd16..bb00c69cb5fd5125b3cbf1410cda29907aa5394e 100644 (file)
@@ -1,7 +1,7 @@
 package PVE::JSONSchema;
 
-use warnings;
 use strict;
+use warnings;
 use Storable; # for dclone
 use Getopt::Long;
 use Devel::Cycle -quiet; # todo: remove?