Bug 92856 - New port: textproc/p5-Text-Capitalize Capitalize strings ("to WORK AS titles" becomes "To Work as Titles")
Summary: New port: textproc/p5-Text-Capitalize Capitalize strings ("to WORK AS titles"...
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: Aaron Dalton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 19:00 UTC by Dmitry Marakasov
Modified: 2006-02-17 23:37 UTC (History)
0 users

See Also:


Attachments
p5-Text-Capitalize-0.5.shar (3.46 KB, text/plain)
2006-02-05 19:00 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2006-02-05 19:00:15 UTC
Text::Capitalize provides a few different flavors of procedures for
title-like formatting for strings.

For the "capitalize" function Title-like (written by Stanislaw Y.
Pusep) formatting consists of ensuring that the first letter of
each word is uppercase, and that the rest is lowercase.

The "capitalize_title" function tries to get closer to English title
capitalization rules where only the "important" words are supposed
to be capitalized. There are also some customization features
provided to allow the user to choose variant rules.

WWW: http://search.cpan.org/dist/Text-Capitalize/
Comment 1 Aaron Dalton freebsd_committer freebsd_triage 2006-02-05 19:04:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->aaron

Take.  Will merge with existing ports/89515.
Comment 2 Aaron Dalton freebsd_committer freebsd_triage 2006-02-17 23:37:21 UTC
State Changed
From-To: open->closed

Committed, thanks!