Add file 'README.MHonArc::UTF8'.
This commit is contained in:
parent
e94cccd3e2
commit
dc31c84321
21
README.MHonArc::UTF8
Normal file
21
README.MHonArc::UTF8
Normal 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;
|
||||||
|
# ...
|
||||||
|
#
|
Loading…
Reference in New Issue
Block a user