From e8e40ed095f76fb1945ce0e28cf87312f61d185e Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 23 Sep 2018 21:26:45 +0100 Subject: installer: include Encode::Unicode module needed by bootloader::write_refind() --- perl-install/install/NEWS | 1 + perl-install/install/share/list.xml | 2 ++ 2 files changed, 3 insertions(+) (limited to 'perl-install') 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 -- cgit v1.2.1