From dc31c84321f84617fb89ccdf923fd66190bf30db Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 3 May 2021 00:09:53 +0200 Subject: [PATCH] Add file 'README.MHonArc::UTF8'. --- README.MHonArc::UTF8 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.MHonArc::UTF8 diff --git a/README.MHonArc::UTF8 b/README.MHonArc::UTF8 new file mode 100644 index 0000000..a346c13 --- /dev/null +++ b/README.MHonArc::UTF8 @@ -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; +# ... +#