summaryrefslogtreecommitdiff
path: root/sysutils/logwatch/files/patch-scripts_services_syslog-ng
blob: 168694c4e84be0c060407778f7744deeb633ed35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- scripts/services/syslog-ng.orig	2024-11-19 14:07:57.207167000 +0100
+++ scripts/services/syslog-ng	2024-12-26 10:49:42.400462000 +0100
@@ -35,7 +35,7 @@
 
 #use warnings;
 use strict;
-use HTML::Entities qw(encode_entities);
+use HTML::HTML5::Entities qw(encode_entities);
 
 my $Detail         = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;
 my $Version        = "1.4-20130219";