summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-03 21:09:20 +0000
committerKarl Berry <karl@freefriends.org>2022-03-03 21:09:20 +0000
commitc568ce9e272d7341e2c05d8a8c204c21486b83f7 (patch)
tree5e84088225a26e5b6c0cb6d4ae808a530002925f /Build
parent9150bf479bb504503a94eb23384ee565d29613a1 (diff)
texdoc (3mar22)
git-svn-id: svn://tug.org/texlive/trunk@62379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 8deab5ef5ca..48d82305ba9 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,14 +1,14 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 61401 2021-12-24 22:42:10Z karl $
+# $Id: tlmgr.pl 62273 2022-02-28 08:52:17Z preining $
#
-# Copyright 2008-2021 Norbert Preining
+# Copyright 2008-2022 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
use strict; use warnings;
-my $svnrev = '$Revision: 61401 $';
-my $datrev = '$Date: 2021-12-24 23:42:10 +0100 (Fri, 24 Dec 2021) $';
+my $svnrev = '$Revision: 62273 $';
+my $datrev = '$Date: 2022-02-28 09:52:17 +0100 (Mon, 28 Feb 2022) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
@@ -4306,7 +4306,7 @@ sub show_one_package_detail {
$binsize += $binsz{$a} if defined($binsz{$a});
my $atlp = $tlpdb->get_package($tlp->name . ".$a");
if (!$atlp) {
- tlwarn("$prg: cannot find depending package" . $tlp->name . ".$a\n");
+ tlwarn("$prg: cannot find depending package " . $tlp->name . ".$a\n");
return($F_WARNING);
}
my %abinsz = %{$atlp->binsize};
@@ -10236,7 +10236,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: tlmgr.pl 61401 2021-12-24 22:42:10Z karl $
+$Id: tlmgr.pl 62273 2022-02-28 08:52:17Z preining $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html