diff options
author | Norbert Preining <preining@logic.at> | 2008-09-20 08:39:47 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-09-20 08:39:47 +0000 |
commit | 62f67287afd1a101c830f15de6e5c3342a0ea84a (patch) | |
tree | 55af63581e85e6aeacc7df60f2f5db08e22e4c7c /Master | |
parent | a2c9a709c505396a095e8ed0f80654f3406fdc2f (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-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui-real.pl | 2 |
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; |