diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-09-23 21:26:45 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-09-23 21:26:45 +0100 |
commit | e8e40ed095f76fb1945ce0e28cf87312f61d185e (patch) | |
tree | 762959917c403844f7a93b2ea750642b1b9d36a2 /perl-install/install | |
parent | 7c1fa8e6d5debac06726cec9d22e1120043ddd5a (diff) | |
download | drakx-e8e40ed095f76fb1945ce0e28cf87312f61d185e.tar drakx-e8e40ed095f76fb1945ce0e28cf87312f61d185e.tar.gz drakx-e8e40ed095f76fb1945ce0e28cf87312f61d185e.tar.bz2 drakx-e8e40ed095f76fb1945ce0e28cf87312f61d185e.tar.xz drakx-e8e40ed095f76fb1945ce0e28cf87312f61d185e.zip |
installer: include Encode::Unicode module
needed by bootloader::write_refind()
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 56bafd8da..f354f80dd 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - drakboot: add support for the rEFInd boot manager +- include Encode::Unicode module (needed by bootloader::write_refind) Version 18.1 - 14 September 2018 diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 1b9960cfb..576da68e1 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -528,6 +528,7 @@ Encode/Config.pm Encode/Encoding.pm Encode/MIME/Name.pm + Encode/Unicode.pm Errno.pm Fcntl.pm File/Glob.pm @@ -557,6 +558,7 @@ auto/Cwd/Cwd.so auto/Data/Dumper/Dumper.so auto/Encode/Encode.so + auto/Encode/Unicode/Unicode.so auto/Fcntl/Fcntl.so auto/File/Glob/Glob.so auto/IO/IO.so |