Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4045

Summary: Text-CSV-0.23.ebuild (new)
Product: Gentoo Linux Reporter: Robert Coie (RETIRED) <rac>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: enhancement CC: yem
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Text-CSV-0.23.ebuild

Description Robert Coie (RETIRED) gentoo-dev 2002-06-23 03:26:26 UTC
Parser and generator module for comma-separated value data.
Source from CPAN.  I am uncertain about the title of this package:
the presence of the _XS at the end seems to me to be an implementation
detail, that users should not be exposed to.  However, many files
(including the man page) include the _XS, so perhaps it should be
added to the name of the ebuild as well.  I expect it should go in
dev-perl, whatever name you choose for it.
Comment 1 Robert Coie (RETIRED) gentoo-dev 2002-06-23 03:27:42 UTC
Created attachment 1698 [details]
Text-CSV-0.23.ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-28 07:11:55 UTC
Added to portage.  Thanks for the submission.
Comment 3 Zach Bagnall 2004-07-15 21:13:37 UTC
I think this package should be renamed with the _XS suffix.

I just emerged it because I needed a CSV parser for a quick job. Couldn't figure out why my code that used the Text::CSV name wasn't working. Then checked the installed files with `qpkg -I -l Text-CSV` and found that the actual module name is Text::CSV_XS. Changed all instances of Text::CSV to Text::CSV_XS in my code and now it works fine.

http://search.cpan.org/~jwied/Text-CSV_XS-0.23/CSV_XS.pm
http://search.cpan.org/~alancitt/Text-CSV-0.01/CSV.pm