From ae4bca457fa7583310a6f209e2fcc71a5005c944 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Dec 2021 17:09:56 +0000 Subject: ($ReleaseYear, $MinRelease): make "our" variables, so can use strict; use warnings. git-svn-id: svn://tug.org/texlive/trunk@61229 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 423f10d8ff2..5da9b4a4f42 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -4,6 +4,7 @@ # 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$'; @@ -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