summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2018-05-31 23:57:42 +0000
committerNorbert Preining <preining@logic.at>2018-05-31 23:57:42 +0000
commitdb4337c116e8b2b33b07b0e5bad40ef6a2418d21 (patch)
tree72d22972aa20bc1ee072764e210e447dbd4efb41 /Master/tlpkg/TeXLive/TLPOBJ.pm
parenta5be1a204684141b5a26f9ddaa441843738dd0b3 (diff)
import $DefaultCompressorFormat
git-svn-id: svn://tug.org/texlive/trunk@47894 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index e93afc42fe3..24dd2aa781e 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -12,7 +12,9 @@ sub module_revision { return $_modulerevision; }
use TeXLive::TLConfig qw($DefaultCategory $CategoriesRegexp
$MetaCategoriesRegexp $InfraLocation
- @AcceptedCompressors %CompressorArgs %CompressorProgram %CompressorExtension
+ @AcceptedCompressors %CompressorArgs
+ %CompressorProgram %CompressorExtension
+ $DefaultCompressorFormat
$RelocPrefix $RelocTree);
use TeXLive::TLCrypto;
use TeXLive::TLTREE;