From 0bfca40c9f89076ad634464a530fcc3e55d1d4e1 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 8 Dec 2021 03:02:13 +0000 Subject: CTAN sync 202112080302 --- systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg/TeXLive') diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm index e24a368a53..a2391e9941 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm @@ -1,12 +1,13 @@ -# $Id: TLConfig.pm 59225 2021-05-16 17:41:12Z karl $ +# $Id: TLConfig.pm 61229 2021-12-06 17:09:56Z karl $ # TeXLive::TLConfig.pm - module exporting configuration values # Copyright 2007-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. +use strict; use warnings; package TeXLive::TLConfig; -my $svnrev = '$Revision: 59225 $'; +my $svnrev = '$Revision: 61229 $'; my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown"; sub module_revision { return $_modulerevision; } @@ -60,12 +61,12 @@ BEGIN { # the year of our release, will be used in the location of the # network packages, and in menu names, and other places. -$ReleaseYear = 2021; +our $ReleaseYear = 2021; # users can upgrade from this year to the current year; might be the # same as the release year, or any number of releases earlier. # Generally not tested, but should be. -$MinRelease = 2016; +our $MinRelease = 2016; # Meta Categories do not ship files, but only call for other packages. our @MetaCategories = qw/Collection Scheme/; -- cgit v1.2.3