sympa/README.MHonArc::UTF8

22 lines
628 B
Plaintext

# 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;
# ...
#