texlive[43872] Master/tlpkg/TeXLive/TLConfig.pm: silence -warnings
commits+karl at tug.org
commits+karl at tug.org
Mon Apr 17 00:56:21 CEST 2017
Revision: 43872
http://tug.org/svn/texlive?view=revision&revision=43872
Author: karl
Date: 2017-04-17 00:56:21 +0200 (Mon, 17 Apr 2017)
Log Message:
-----------
silence -warnings with our
Modified Paths:
--------------
trunk/Master/tlpkg/TeXLive/TLConfig.pm
Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm 2017-04-16 22:49:49 UTC (rev 43871)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm 2017-04-16 22:56:21 UTC (rev 43872)
@@ -209,14 +209,14 @@
# The length of a checksum generated by tlchecksum and contained in
# texlive.tlpdb.checksum. Needs to be in agreement with the hash
# method used in TLCrypto::tlchecksum and TLCrypto::tldigest
-$ChecksumLength = 128;
+our $ChecksumLength = 128;
# The program generating the checksum for the file given as first
# argument
-$ChecksumProgram = "sha512sum";
+our $ChecksumProgram = "sha512sum";
# The extension of the checksum file
-$ChecksumExtension = "sha512";
+our $ChecksumExtension = "sha512";
1;
More information about the tex-live-commits
mailing list