summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-03 23:31:24 +0000
committerKarl Berry <karl@freefriends.org>2009-10-03 23:31:24 +0000
commit212170fad42877dd61fff1a6edf43a39f6086313 (patch)
treebb29bac610c843270ec8cb28cf5c9f429b52cc88 /Master/tlpkg/TeXLive/TLPOBJ.pm
parent928ca2b0722b3b7e40a0b528fb34a6224e1e3896 (diff)
set $= to 99999 to avoid page overflow message
git-svn-id: svn://tug.org/texlive/trunk@15626 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index 4885f5e687b..c0c2dcb5066 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -331,6 +331,7 @@ sub writeout {
# ugly hack to get rid of use FileHandle; see man perlform
#format_name $fd "multilineformat";
select((select($fd),$~ = "multilineformat")[0]);
+ $= = 99999; # no pages in this format
if (defined($self->{'longdesc'})) {
$_tmp = "$self->{'longdesc'}";
write $fd;