summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-21 22:29:20 +0000
committerKarl Berry <karl@freefriends.org>2016-04-21 22:29:20 +0000
commitae2800747ff22700bbc43b0b0d10066615bde629 (patch)
treecbc80018a782f25e586b39e302f73dc6beafd601 /Master/tlpkg/TeXLive/TLPOBJ.pm
parentacdeba29333ca72efb3a9eac78c4a4b5fd4a731c (diff)
use TLCrypto
git-svn-id: svn://tug.org/texlive/trunk@40666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index f152f85d676..e569b15455c 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -13,8 +13,9 @@ sub module_revision { return $_modulerevision; }
use TeXLive::TLConfig qw($DefaultCategory $CategoriesRegexp
$MetaCategoriesRegexp $InfraLocation
$RelocPrefix $RelocTree);
-use TeXLive::TLUtils;
+use TeXLive::TLCrypto;
use TeXLive::TLTREE;
+use TeXLive::TLUtils;
our $_tmp;
my $_containerdir;