Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76775 - mixup the package name Text::CSV (dev-perl) is Text::CSV_XS
Summary: mixup the package name Text::CSV (dev-perl) is Text::CSV_XS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL: http://search.cpan.org/search?query=c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 08:34 UTC by Enrique Muro
Modified: 2005-04-23 05:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixed ebuild which properly refrences the perl module Text::CSV (Text-CSV-0.23-r1.ebuild,665 bytes, application/octet-stream)
2005-01-06 09:02 UTC, Michael Crawford (ali3nx)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Enrique Muro 2005-01-05 08:34:08 UTC
the name of the package  Text::CSV (dev-perl) must be replaced by Text::CSV_XS
It is a perl module

I installed Text::CSV (using emerge) and it has already installed me Text::CSV_XS
the name corresponds to another module.

Reproducible: Always
Steps to Reproduce:
1. install Text::CSV (dev-perl) using emerge
2. 
3.

Actual Results:  
it installs 
Text::CSV_XS.pm

in my system
/usr/lib/perl5/vendor_perl/5.8.5/i686-linux/Text/CSV_XS.pm
which is another perl module (Text::CSV_XS)


Expected Results:  
/usr/lib/perl5/vendor_perl/5.8.5/i686-linux/Text/CSV.pm
Comment 1 Michael Crawford (ali3nx) 2005-01-06 09:02:21 UTC
Created attachment 47767 [details]
fixed ebuild which properly refrences the perl module Text::CSV
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2005-04-23 05:03:21 UTC
removed text-csv (not dep's anywhere) and migrated the existing one to csv_xs