summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-09-20 08:39:47 +0000
committerNorbert Preining <preining@logic.at>2008-09-20 08:39:47 +0000
commit62f67287afd1a101c830f15de6e5c3342a0ea84a (patch)
tree55af63581e85e6aeacc7df60f2f5db08e22e4c7c /Master
parenta2c9a709c505396a095e8ed0f80654f3406fdc2f (diff)
fix the missing debug import
git-svn-id: svn://tug.org/texlive/trunk@10654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl
index 178e1161525..272cba0cbb8 100755
--- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl
@@ -26,7 +26,7 @@ BEGIN {
use TeXLive::TLMedia;
use TeXLive::TLPDB;
use TeXLive::TLConfig;
-use TeXLive::TLUtils qw(setup_programs platform_desc win32);
+use TeXLive::TLUtils qw(setup_programs platform_desc win32 debug);
use Getopt::Long qw(:config no_autoabbrev require_order);
use Tk;