X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qmrestore;h=59a47b6e3a5c543b4c22241840003045128df3d6;hb=990fc5e22e7c173d43cc30a4862fececa1b18cfc;hp=76b5e87d3a9dbb3a5758b98f4bb0e09e192f384e;hpb=a0d1b1a2fecc1d33e4728f289d03028d9efc8594;p=qemu-server.git diff --git a/qmrestore b/qmrestore index 76b5e87d..59a47b6e 100755 --- a/qmrestore +++ b/qmrestore @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use PVE::SafeSyslog; use PVE::Tools qw(extract_param); use PVE::INotify;