diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/English.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/English.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/English.pm b/Master/tlpkg/tlperl/lib/English.pm index efd61ff89f0..e40cc124a13 100644 --- a/Master/tlpkg/tlperl/lib/English.pm +++ b/Master/tlpkg/tlperl/lib/English.pm @@ -1,6 +1,6 @@ package English; -our $VERSION = '1.09'; +our $VERSION = '1.10'; require Exporter; @ISA = qw(Exporter); @@ -182,7 +182,7 @@ sub import { *FORMAT_PAGE_NUMBER = *% ; *FORMAT_LINES_PER_PAGE = *= ; - *FORMAT_LINES_LEFT = *- ; + *FORMAT_LINES_LEFT = *-{SCALAR} ; *FORMAT_NAME = *~ ; *FORMAT_TOP_NAME = *^ ; *FORMAT_LINE_BREAK_CHARACTERS = *: ; |