Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 4464
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: cpanplus [...] vdm.cc
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.047
Fixed in: (no value)



Subject: Filter::Simple always come up as a new module
Even after I install the latest Filter::Simple from CPAN in my standard modules directory, it still comes up saying that 0.78 is installed, and 0.79 is available when I use the 'o' command. Using perl 5.8.2 on MacOS X 10.3 (Panther). I can supply further details on request.
CC: AdminCc.of.cpan.Ticket.#4464 [...] xs4all.nl
From: "Jos I. Boumans" <kane [...] dwim.org>
Subject: Re: [cpan #4464] Filter::Simple always come up as a new module
Date: Sun, 23 Nov 2003 20:02:49 +0100
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On Nov 23, 2003, at 4:24 PM, Guest via RT wrote: Show quoted text
> Even after I install the latest Filter::Simple from CPAN in my > standard modules directory, it still comes up saying that 0.78 is > installed, and 0.79 is available when I use the 'o' command.
filter::simple is a standard 5.8.2 module at version 0.78, but i'm having a gut feeling that the installer is not putting it in the lib/ directory (for core modules), but in the site/ directory... this the @INC from my homebuild perl 5.8.1 on osx: /opt/lib/perl5/5.8.1/darwin /opt/lib/perl5/5.8.1 /opt/lib/perl5/site_perl/5.8.1/darwin /opt/lib/perl5/site_perl/5.8.1 /opt/lib/perl5/site_perl which has lib/ before site/ in @INC... what does this print for you: perl5.8.2 -MFilter::Simple -le'print $Filter::Simple::VERSION' if that's also 0.78, then it's a bug in Filter::Simple's makefile.pl/build.pl and it should probably be sent on to p5p -- Jos Boumans Suicide is our way of saying to God: "You can't fire me! I quit!" CPANPLUS http://cpanplus.sf.net
From: vdm-rt [...] vdm.cc
Here are the details you requested; HTH.. 209. ~ vdm@oscar% which perl /usr/local/bin/perl 210. ~ vdm@oscar% perl -V Summary of my perl5 (revision 5.0 version 8 subversion 2) configuration: Platform: osname=darwin, osvers=7.0.0, archname=darwin-2level uname='darwin oscar 7.0.0 darwin kernel version 7.0.0: wed sep 24 15:48:39 pdt 2003; root:xnuxnu-517.obj~1release_ppc power macintosh powerpc ' config_args='-de' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno- strict-aliasing -I/usr/local/include', optimize='-Os', cppflags='-no-cpp-precomp -pipe -fno-common -DPERL_DARWIN -no-cpp- precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under darwin Compiled at Nov 16 2003 17:24:09 @INC: /usr/local/lib/perl5/5.8.2/darwin-2level /usr/local/lib/perl5/5.8.2 /usr/local/lib/perl5/site_perl/5.8.2/darwin-2level /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl . 211. ~ vdm@oscar% perl -MFilter::Simple -le'print $Filter::Simple::VERSION' 0.78 212. ~ vdm@oscar%
From: "Jos I. Boumans" <kane [...] dwim.org>
Subject: Re: [cpan #4464] Filter::Simple always come up as a new module
Date: Sun, 23 Nov 2003 20:16:24 +0100
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On Nov 23, 2003, at 8:12 PM, Guest via RT wrote: Show quoted text
> Here are the details you requested; HTH.. >
[..] Show quoted text
> @INC: > /usr/local/lib/perl5/5.8.2/darwin-2level > /usr/local/lib/perl5/5.8.2 > /usr/local/lib/perl5/site_perl/5.8.2/darwin-2level > /usr/local/lib/perl5/site_perl/5.8.2 > /usr/local/lib/perl5/site_perl > .
[..] Show quoted text
> 211. ~ vdm@oscar% perl -MFilter::Simple -le'print > $Filter::Simple::VERSION' > 0.78
yeah, i just checked, it's a known bug for p5p, and not a cpanplus issue... if you really want to force the update, remove the Filter.pm from your /usr/local/lib/perl5/5.8.2 directory... -- Jos Boumans "Bush is a very stupid man. The American people are not stupid, they are very clever. I can't understand how such clever people came to elect such a stupid president." -- Saeed Al Sahaf CPANPLUS http://cpanplus.sf.net