mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
432 B
Text
7 lines
432 B
Text
Text::CSV_XS provides facilities for the composition and decomposition of
|
|
comma-separated values. An instance of the Text::CSV_XS class can combine
|
|
fields into a CSV string and parse a CSV string into fields.
|
|
|
|
The module accepts either strings or files as input and can utilize any
|
|
user-specified characters as delimiters, separators, and escapes so it is
|
|
perhaps better called ASV (anything separated values) rather than just CSV.
|