Bug 101158

Summary: [NEW PORT] textproc/p5-Text-Delimited: Module for parsing delimited text files
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Text-Delimited-2.00.shar none

Description gslin 2006-08-01 11:10:10 UTC
Text::Delimited provides a programattical interface to data stored in
delimited text files. It is dependant upon the first row of the text
file containing header information for each corresponding "column" in
the remainder of the file.

After instancing, for each call to Read the next row's data is
returned as a hash reference. The individual elements are keyed by
their corresonding column headings.

WWW:	http://search.cpan.org/dist/Text-Delimited/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-01 11:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-08-01 13:30:57 UTC
State Changed
From-To: open->closed

New port added. Thank You.