Skip to content

Commit

Permalink
Get rid of perl warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Sep 12, 2021
1 parent 8f30232 commit 34e3120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtualmin-htpasswd-lib.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Common functions for simple protected directory management
use strict;
use warnings;
no warnings qw(redefine);
our (%text);

BEGIN { push(@INC, ".."); };
Expand Down

0 comments on commit 34e3120

Please sign in to comment.