From 34e31208ce27176d152f79e2580583a05eb2e4f2 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 11 Sep 2021 17:46:51 -0700 Subject: [PATCH] Get rid of perl warnings --- virtualmin-htpasswd-lib.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/virtualmin-htpasswd-lib.pl b/virtualmin-htpasswd-lib.pl index a76e49e..e764280 100755 --- a/virtualmin-htpasswd-lib.pl +++ b/virtualmin-htpasswd-lib.pl @@ -1,6 +1,7 @@ # Common functions for simple protected directory management use strict; use warnings; +no warnings qw(redefine); our (%text); BEGIN { push(@INC, ".."); };