Merge branch 'master' of git.oopen.de:install/sympa

This commit is contained in:
Christoph 2021-05-04 21:05:47 +02:00
commit 9b3fef5dfc

21
README.MHonArc::UTF8 Normal file
View File

@ -0,0 +1,21 @@
# Version of perl module 'MHonArc::UTF8' is not set (inside the module - Variable $VERSION).
# So the module check cannot determin the correct version (treated it as 'version is too old'
#
# workarround:
# set the version variable inside the module,
#
# # cp -a /usr/share/mhonarc/MHonArc/UTF8.pm /usr/share/mhonarc/MHonArc/UTF8.pm.ORIG
#
# edit file /usr/share/mhonarc/MHonArc/UTF8.pm and add line 'our $VERSION = "2.6.24";'
# after line 'use strict;'
#
# MHonArc/UTF8.pm:
# ...
# package MHonArc::UTF8;
#
# use strict;
# our $VERSION = "2.6.24";
# use MHonArc::CharMaps;
# ...
#