Skip Menu |

This queue is for tickets about the AltaVista-BabelFish CPAN distribution.

Report information
The Basics
Id: 26000
Status: resolved
Priority: 0/
Queue: AltaVista-BabelFish

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v42.0.2
Fixed in: v42.0.2



Subject: IO::Redirect a prerequisite? Cannot find a hint where it is.
The CPAN indexer does not know about IO::Redirect, cpan testers don't cpants doesn't, googling does not help me immediately. I'll continue my search and report here. If anybody beats me to it: thankyou!
From: DMUEY [...] cpan.org
oh yeah, I'll have it soon, mor einfo soon. (I'm on vacation ;p) On Sat Mar 31 03:31:50 2007, ANDK wrote: Show quoted text
> The CPAN indexer does not know about IO::Redirect, cpan testers don't > cpants doesn't, googling does not help me immediately. I'll continue my > search and report here. If anybody beats me to it: thankyou! >
From: DMUEY [...] cpan.org
IO::Redirect is a module I'm working on making good for the public. Is it in my list of registered modules: http://search.cpan.org/~dmuey/ Its used by this module only in its is_latest_version() method to quiet the "noisy" cpan stuff. Its in an eval and is optional. Is it causing you prolems installing or running? If so how can I reproduce it? Thanks!
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #26000] IO::Redirect a prerequisite? Cannot find a hint where it is.
Date: Sun, 01 Apr 2007 06:04:00 +0200
To: bug-AltaVista-BabelFish [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Sat, 31 Mar 2007 19:14:38 -0400, " via RT" <bug-AltaVista-BabelFish@rt.cpan.org> said:
Show quoted text
Show quoted text
> IO::Redirect is a module I'm working on making good for the > public. Is it in my list of registered modules: > http://search.cpan.org/~dmuey/
Show quoted text
> Its used by this module only in its is_latest_version() method to > quiet the "noisy" cpan stuff.
Show quoted text
> Its in an eval and is optional.
Then take it out of PREREQ_PM. A comment after the line (which I just discovered) is polite but it needs a bit much on the user's side to reach that comment. IO::Redirect => 0, # optional Just remove it or comment it out. Show quoted text
> Is it causing you prolems installing or running? If so how can I reproduce it?
CPAN.pm takes it seriously what people write in their prerequisites. And I think it cannot choose to do anything else. Particularly not grep the Makfile.PL for comments:). This output comes from CPAN 1.88_79 which is a release candidate for 1.90: Running make test make[1]: Entering directory `/home/k/.cpan/build/AltaVista-BabelFish-v42.0.1-LM3ylm' PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pK4VYj9/perl-5.8.0@30806/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1....ok All tests successful. Files=1, Tests=17, 0 wallclock secs ( 0.23 cusr + 0.03 csys = 0.26 CPU) make[1]: Leaving directory `/home/k/.cpan/build/AltaVista-BabelFish-v42.0.1-LM3ylm' DMUEY/AltaVista-BabelFish-v42.0.1.tar.gz Tests succeeded but one dependency not OK (IO::Redirect) Failed during this command: DMUEY/AltaVista-BabelFish-v42.0.1.tar.gz : make_test NO one dependency not OK (IO::Redirect) Thanks, -- andreas
From: DMUEY [...] cpan.org
Show quoted text
> IO::Redirect => 0, # optional > > Just remove it or comment it out.
Oi, I can't beleive I didn't catch that. Thanks. Just uploaded the fixed version to CPAN