Bug 23963 - New port: textproc/p5-Text-Format (Various subroutines to format text)
Summary: New port: textproc/p5-Text-Format (Various subroutines to format text)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-30 18:50 UTC by Anton Berezin
Modified: 2000-12-31 05:34 UTC (History)
0 users

See Also:


Attachments
file.shar (2.59 KB, text/plain)
2000-12-30 18:50 UTC, Anton Berezin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin 2000-12-30 18:50:01 UTC
The format routine will format under all circumstances even if the width
isn't enough to contain the longest words. Text::Wrap will die under
these circumstances, although I am told this is fixed. If columns is set
to a small number and words are longer than that and the leading
'whitespace' than there will be a single word on each line. This will
let you make a simple word list which could be indented or right
aligned.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-12-31 05:34:31 UTC
State Changed
From-To: open->closed

Committed, thanks!