summaryrefslogtreecommitdiff
path: root/Master/tlpkg
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
parentacdeba29333ca72efb3a9eac78c4a4b5fd4a731c (diff)
use TLCrypto
git-svn-id: svn://tug.org/texlive/trunk@40666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm3
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm3
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 638ed15e826..44d4e62b597 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -90,9 +90,10 @@ use TeXLive::TLConfig qw($CategoriesRegexp $DefaultCategory $InfraLocation
$DatabaseName $MetaCategoriesRegexp $Archive
%TLPDBOptions %TLPDBSettings
$RelocPrefix $RelocTree);
+use TeXLive::TLCrypto;
+use TeXLive::TLPOBJ;
use TeXLive::TLUtils qw(dirname mkdirhier member win32 info log debug ddebug
tlwarn basename download_file merge_into tldie);
-use TeXLive::TLPOBJ;
use TeXLive::TLWinGoo;
use File::Temp qw/tempfile/;
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;