diff options
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; |