summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-21 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2022-02-21 03:01:01 +0000
commita9409c96664c73e4fd0586f358845df19b1afd62 (patch)
tree21f96cdf0ef94f104e43ce589bd0837cd898ce0d /systems/texlive/tlnet/tlpkg/TeXLive
parentb7690ea2dcb14cafb49e6231940993e677bfc217 (diff)
CTAN sync 202202210301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
index 0bfb0d5b21..277815ed16 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
@@ -1,4 +1,4 @@
-# $Id: TLConfig.pm 62052 2022-02-17 00:39:03Z preining $
+# $Id: TLConfig.pm 62091 2022-02-19 23:41:04Z preining $
# TeXLive::TLConfig.pm - module exporting configuration values
# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -7,7 +7,7 @@
use strict; use warnings;
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 62052 $';
+my $svnrev = '$Revision: 62091 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -128,7 +128,7 @@ if ($^O =~ /^MSWin/i) {
# during the first run of the installer.
# texlive-scripts are necessary for mktexlsr, updmap, fmtutil, ...
# the installation cannot continue without those
-our @InstallExtraRequiredPackages = qw/texlive.scripts/;
+our @InstallExtraRequiredPackages = qw/texlive.scripts kpathsea hyphen-base/;
if ($^O =~ /^MSWin/i) {
push @InstallExtraRequiredPackages, "luatex";
}