Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219768 - g-cpan don't recognize some modules as valid modules names
Summary: g-cpan don't recognize some modules as valid modules names
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 20:54 UTC by Oleg Kostyuk
Modified: 2012-05-29 06:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Kostyuk 2008-04-29 20:54:29 UTC
Bug founded after trying to get this working:
  tux ~ # g-cpan -g Devel::REPL

which also leads to logical errors (for ex, no ebuilds generated for some modules at all - MooseX::Getopt, MooseX::Object::Pluggable, namespace::clean, Task::Weaken, PPI)

tux ~ # g-cpan -g namespace::clean
-CPAN: Storable loaded ok
Going to read /var/tmp/g-cpan/.cpan/Metadata
  Database was generated on Tue, 29 Apr 2008 18:29:45 GMT
Strange distribution name [namespace::clean]
 * namespace::clean is not a CPAN module!
tux ~ #


Reproducible: Always

Steps to Reproduce:
Comment 1 Yuval Yaari (RETIRED) gentoo-dev 2008-05-02 00:52:35 UTC
Works as expected here; what version of g-cpan are you using?
Comment 2 Oleg Kostyuk 2008-05-02 01:37:38 UTC
tux ~ # equery l -i g-cpan
[ Searching for package 'g-cpan' in all categories among: ]
 * installed packages
[I--] [  ] app-portage/g-cpan-0.15.0-r1 (0)
tux ~ #
Comment 3 Sergiy Borodych 2008-07-30 14:37:56 UTC
hm
for me all OK

# g-cpan -g -v namespace::clean
 * Getting CPAN Info for namespace::clean
-CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Wed, 30 Jul 2008 02:03:38 GMT
 * Scanning /usr/local/portage for namespace-clean
 * Scanning /usr/portage for namespace-clean
|CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
  ftp://ftp.gafol.net/pub/cpan/authors/id/P/PH/PHAYLON/namespace-clean-0.08.tar.gz
Comment 4 Oleg Kostyuk 2008-10-17 20:42:24 UTC
I'm not using Gentoo anymore, so I can't check is this bug is still actual for me.