summaryrefslogtreecommitdiff
path: root/Build/source/texk/tests/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-21 22:29:54 +0000
committerKarl Berry <karl@freefriends.org>2016-04-21 22:29:54 +0000
commit5dc186fe6daa8b33a9c71b690202cc95617ed309 (patch)
treeb2e0ed255401ec8fd6427b76dab28c0e25fd6fe4 /Build/source/texk/tests/TeXLive/TLConfig.pm
parentae2800747ff22700bbc43b0b0d10066615bde629 (diff)
sync,doc
git-svn-id: svn://tug.org/texlive/trunk@40667 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tests/TeXLive/TLConfig.pm')
-rw-r--r--Build/source/texk/tests/TeXLive/TLConfig.pm22
1 files changed, 8 insertions, 14 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLConfig.pm b/Build/source/texk/tests/TeXLive/TLConfig.pm
index 1435bbbf003..767a173e6e5 100644
--- a/Build/source/texk/tests/TeXLive/TLConfig.pm
+++ b/Build/source/texk/tests/TeXLive/TLConfig.pm
@@ -5,16 +5,9 @@
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 40600 $';
-my $_modulerevision;
-if ($svnrev =~ m/: ([0-9]+) /) {
- $_modulerevision = $1;
-} else {
- $_modulerevision = "unknown";
-}
-sub module_revision {
- return $_modulerevision;
-}
+my $svnrev = '$Revision: 40652 $';
+my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
+sub module_revision { return $_modulerevision; }
BEGIN {
use Exporter ();
@@ -63,7 +56,7 @@ $ReleaseYear = 2016;
# 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.
-$MinRelease = 2013;
+$MinRelease = 2016;
# users can NOT upgrade due to internal changes, force a full installation
#$MinRelease = $ReleaseYear;
@@ -217,7 +210,7 @@ our $F_NOPOSTACTION = 4;
# 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 TLUtils::tlchecksum and TLUtils::tldigest
+# method used in TLCrypto::tlchecksum and TLCrypto::tldigest
$ChecksumLength = 128;
# The program generating the checksum for the file given as first
@@ -314,8 +307,9 @@ relocated, defaults to C<RELOC>".
=head1 SEE ALSO
-The modules L<TeXLive::TLUtils>, L<TeXLive::TLPSRC>,
-L<TeXLive::TLPDB>, L<TeXLive::TLTREE>, L<TeXLive::TeXCatalogue>.
+All the other TeX Live modules and scripts, especially C<tlmgr> and
+C<install-tl>, and the documentation in the repository:
+C<Master/tlpkg/doc/>.
=head1 AUTHORS AND COPYRIGHT