summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfFile.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-05-14 00:31:00 +0000
committerNorbert Preining <preining@logic.at>2016-05-14 00:31:00 +0000
commitaaa3d6879a54492a4e73a1c485f5fc63aa1ea049 (patch)
treebb5132a1015f63a8e04a4ea127c1eea413785e7a /Master/tlpkg/TeXLive/TLConfFile.pm
parentecc694f7532882098b662f8ccda8c810dc1ce53c (diff)
tempdir rework: use consistently tl_tmpdir/tmpfile for debugging
git-svn-id: svn://tug.org/texlive/trunk@41104 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfFile.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfFile.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfFile.pm b/Master/tlpkg/TeXLive/TLConfFile.pm
index 7b113b8d53d..481214f5241 100644
--- a/Master/tlpkg/TeXLive/TLConfFile.pm
+++ b/Master/tlpkg/TeXLive/TLConfFile.pm
@@ -7,7 +7,6 @@
package TeXLive::TLConfFile;
use TeXLive::TLUtils;
-use File::Temp qw/tempfile/;
my $svnrev = '$Revision$';
my $_modulerevision;