Subject: | cpanp "o" command not reporting old modules |
Date: | Tue, 10 May 2011 18:38:37 PDT |
To: | bug-CPANPLUS [...] rt.cpan.org |
From: | Andris Kalnozols <andris [...] hpl.hp.com> |
Hi.
As the subject reads, the "o" command has recently stopped
working for me. The usual drill is to do this:
cpan
x --update_source
o
Now, however, cpanp is always reporting no outdated modules for two
weeks now even though, for example, Moose-2.0002 is installed and
Moose-2.0006 is the newest version according to CPAN.
I'm using CPANPLUS-0.9105 on a Debian "squeeze" system (2.6.32-5-amd64).
perl -v reports:
This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi
(with 51 registered patches, see perl -V for more detail)
My intuition tells me that there's one or more outdated modules
in the @INC path to which CPANPLUS is binding:
@INC:
/etc/perl
/usr/local/lib/perl/5.10.1
/usr/local/share/perl/5.10.1
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.10
/usr/share/perl/5.10
/usr/local/lib/site_perl
/usr/local/lib/perl/5.10.0
/usr/local/share/perl/5.10.0
.
I saw bug ID #67901 which sounded similar to the problem I'm having
but Filter::cpp is already the latest version (1.39) according to
find /usr -name cpp.pm -exec grep VERSION.*= {} \;
Thanks,
Andris