From: Dietmar Maurer Date: Thu, 6 Mar 2014 07:21:05 +0000 (+0100) Subject: do not use perl -w X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c2dca0861eec2f4ef99dc22390725a58ec34561a;p=pve-firewall.git do not use perl -w --- diff --git a/src/pvefw b/src/pvefw index 1eff5ca..e943a38 100755 --- a/src/pvefw +++ b/src/pvefw @@ -1,6 +1,8 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; + use lib qw(.); use PVE::Firewall;