diff options
Diffstat (limited to 'Master/setuptl/TLPM/constants.pm')
-rw-r--r-- | Master/setuptl/TLPM/constants.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/setuptl/TLPM/constants.pm b/Master/setuptl/TLPM/constants.pm index 6359e84cb05..e0ff1069127 100644 --- a/Master/setuptl/TLPM/constants.pm +++ b/Master/setuptl/TLPM/constants.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 # widely used constants @@ -90,7 +90,7 @@ $reg_empty = qr/\A\s*\z/o; $, = "\n"; $| = 1; -# formatting +# message/log formatting $row_length = 80; $row_skip = 42; |