diff options
author | Norbert Preining <preining@logic.at> | 2008-08-09 06:28:12 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-08-09 06:28:12 +0000 |
commit | 9e0db0b1a0349df36ba33351c5543a57d6c633a3 (patch) | |
tree | cc438f7023ac143fb6d4107d266dfa3ada9e23df /Master/tlpkg/installer | |
parent | f4cb43794f05bda5e4cd7b1a518f703ebd654843 (diff) |
add some todos to GUI installer
git-svn-id: svn://tug.org/texlive/trunk@10203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index a3592c7ccf5..ce3ed28ee57 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -5,7 +5,10 @@ # This file is licensed under the GNU General Public License version 2 # or any later version. # -# +# TODO: +# - make the fancy selector the default, at least on unix +# - for win32 find out the necessary files for the fancy selector and move +# them to the installer perl package use strict; $^W = 1; |