diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-10 07:16:49 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-10 07:16:49 +0000 |
commit | 2144474241e2d3231278b7346768be048a152117 (patch) | |
tree | 1e08d40921691e8ef0dfd93f8ec583deeeb948a7 /Master/setuptl/TLPM/common.pm | |
parent | 8a9149f4e593a009ec40addc58f75f4881096a85 (diff) |
Master/setuptl updates
git-svn-id: svn://tug.org/texlive/trunk@3286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/setuptl/TLPM/common.pm')
-rw-r--r-- | Master/setuptl/TLPM/common.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/setuptl/TLPM/common.pm b/Master/setuptl/TLPM/common.pm index 9f7770baa65..c3da31d5077 100644 --- a/Master/setuptl/TLPM/common.pm +++ b/Master/setuptl/TLPM/common.pm @@ -1,4 +1,4 @@ -# This file belongs to TLPM v2.16, TeX Live Package Manager +# This file belongs to TLPM v2.17, TeX Live Package Manager # Public Domain, P.Jackowski@gust.org.pl # common procedures; @@ -186,7 +186,7 @@ sub one_or_more 'wrong_cmd' => sub {$warning -> ("Unknown command '$_[0]'. Type '$_[1]'"); -13}, 'wrong_syn' => sub {$warning -> ("Incorrect phrase '$_[0]'"); -14}, 'wrong_reg' => sub {$warning -> ("Incorrect expression '$_[0]'"); -15}, - 'not_supp' => sub {$warning -> ("Sorry, $_[0] not yet supported"); -16} +# 'not_supp' => sub {$warning -> ("Sorry, $_[0] not yet supported"); -16} ); # date handling @@ -215,7 +215,7 @@ sub percent sub relax { - return; # not zero + return; # not zero! } 1; |