Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Reporter CPAN distribution.

Report information
The Basics
Id: 69250
Status: resolved
Priority: 0/
Queue: CPAN-Reporter

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

Bug Information
Severity: Normal
Broken in: 1.1902
Fixed in: (no value)



Subject: undeclared dependency on File::Which
rkitover@hlagh ~ % perl -MCPAN::Reporter -le 1 Can't locate File/Which.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl /home/rkitover) at /usr/share/perl5/File/HomeDir.pm line 10. BEGIN failed--compilation aborted at /usr/share/perl5/File/HomeDir.pm line 10. Compilation failed in require at /usr/local/share/perl/5.12.4/CPAN/Reporter.pm line 23. BEGIN failed--compilation aborted at /usr/local/share/perl/5.12.4/CPAN/Reporter.pm line 23. Compilation failed in require. BEGIN failed--compilation aborted.
Subject: Re: [rt.cpan.org #69250] undeclared dependency on File::Which
Date: Sat, 2 Jul 2011 19:39:44 -0400
To: bug-CPAN-Reporter [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
On Sat, Jul 2, 2011 at 7:15 PM, Rafael Kitover via RT <bug-CPAN-Reporter@rt.cpan.org> wrote: Show quoted text
> rkitover@hlagh ~ % perl -MCPAN::Reporter -le 1 > Can't locate File/Which.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 > /usr/local/lib/site_perl /home/rkitover) at > /usr/share/perl5/File/HomeDir.pm line 10. > BEGIN failed--compilation aborted at /usr/share/perl5/File/HomeDir.pm > line 10.
That looks like an error in File::HomeDir. Either the dependency is undeclared in File::HomeDir or it failed to install when you were installing File::HomeDir. -- David
On Sat Jul 02 19:40:13 2011, DAGOLDEN wrote: Show quoted text
> That looks like an error in File::HomeDir. Either the dependency is > undeclared in File::HomeDir or it failed to install when you were > installing File::HomeDir.
I'm not sure what happened here, I looked at the File::HomeDir dist and it does have a dep on File::Which, but for some reason it did not get installed when I installed Task::CPAN::Reporter. I don't know why, because the dist does not fail any tests on my machine. Sorry about that.