Opened 22 years ago
Closed 22 years ago
#716 closed defect (fixed)
perldoc doesn't display properly
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This is similar to the "man" problem that the current "pager" patch addresses. Tweaking env vars can work around the problem at runtime. The suggested permanent solution is to compile perl with -Dpager="/bin/less -isR" added to the configure line. The "R" is what makes the difference.
If testing successful, only use in Ch 6. No point in temporary Ch 5.
Change History (3)
comment:1 by , 22 years ago
| Status: | new → assigned |
|---|
comment:2 by , 22 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
comment:3 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Anderson wrote back in saying this was confirmed good for perl 5.8.2
Going to put into book - can always be reverted if necessary