summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-fix-container-infos
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-21 19:42:24 +0000
committerKarl Berry <karl@freefriends.org>2016-04-21 19:42:24 +0000
commit50ac57b83d50e6c3a8be1a837d2fa70ee04da8c3 (patch)
tree6c7f01533ea924541e8de770c3167af541fceedc /Master/tlpkg/bin/tl-fix-container-infos
parent5aa28567dca799a746db5c20e400edcfc4031be1 (diff)
use TeXLive::TLCrypto; doc
git-svn-id: svn://tug.org/texlive/trunk@40653 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-fix-container-infos')
-rwxr-xr-xMaster/tlpkg/bin/tl-fix-container-infos6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-fix-container-infos b/Master/tlpkg/bin/tl-fix-container-infos
index cd2e03778fb..f5c80de6915 100755
--- a/Master/tlpkg/bin/tl-fix-container-infos
+++ b/Master/tlpkg/bin/tl-fix-container-infos
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# Copyright 2008, 2009 Norbert Preining
+# Copyright 2008-2016 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
@@ -14,6 +14,7 @@ BEGIN {
use strict;
use TeXLive::TLConfig;
+use TeXLive::TLCrypto;
use TeXLive::TLPOBJ;
use TeXLive::TLPDB;
use TeXLive::TLUtils;
@@ -120,7 +121,7 @@ sub do_containers {
sub do_size_md {
my $f = shift;
my $size = (stat $f)[7];
- my $md = TeXLive::TLUtils::tlmd5($f);
+ my $md = TeXLive::TLCrypto::tlmd5($f);
return($size, $md);
}
@@ -166,7 +167,6 @@ The format of the containers and the splitting of source and
documentation files are controlled by the TLPDB options in the
pseudo-package C<00texlive.config>. See L<TeXLive::TLPDB>.
-
=head1 DESCRIPTION
This program adds (or updates) {,src,doc}container{size,md5} entries for