summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-02 03:02:44 +0000
committerNorbert Preining <norbert@preining.info>2020-03-02 03:02:44 +0000
commit6276231aa1cc25fe33679b149fdbaca5471ca8a4 (patch)
treef5282bc8055c4145a733bae60f53e93986d005a6 /systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
parentad1928316d819ffb337fc4a926dbef47607dfb95 (diff)
CTAN sync 202003020302
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index 72df5adeaa..34862cd6cc 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 53343 2020-01-07 10:55:10Z preining $
+# $Id: TLUtils.pm 53977 2020-02-29 23:16:52Z karl $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2020 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -6,7 +6,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 53343 $';
+my $svnrev = '$Revision: 53977 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }