Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 47541
Status: rejected
Priority: 0/
Queue: Test-Harness

People
Owner: Nobody in particular
Requestors: m-aurelio1981 [...] bol.com.br
Cc:
AdminCc:

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



Subject: BUG prove
Date: Fri, 3 Jul 2009 08:38:20 -0300
To: bug-Test-Harness [...] rt.cpan.org
From: m-aurelio1981 <m-aurelio1981 [...] bol.com.br>

# uname -a

Linux oper65 2.6.26-2-686 #1 SMP Sun Jun 21 04:57:38 UTC 2009 i686 GNU/Linux

#cat /etc/debian_version
squeeze/sid

 

# perl --version

This is perl, v5.10.0 built for i486-linux-gnu-thread-multi

Copyright 1987-2007, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

BUG:

# prove
Can't locate object method "mk_methods" via package "App::Prove::State" at /usr/share/perl5/App/Prove/State.pm line 17.
BEGIN failed--compilation aborted at /usr/share/perl5/App/Prove/State.pm line 18.
Compilation failed in require at /usr/share/perl5/App/Prove.pm line 11.
BEGIN failed--compilation aborted at /usr/share/perl5/App/Prove.pm line 11.
Compilation failed in require at /usr/bin/prove line 7.
BEGIN failed--compilation aborted at /usr/bin/prove line 7.

 

 

 

 

On Fri Jul 03 07:38:50 2009, m-aurelio1981@bol.com.br wrote: Show quoted text
> > BUG: > > # prove > Can't locate object method "mk_methods" via package > "App::Prove::State" at > /usr/share/perl5/App/Prove/State.pm line 17.
[snip] I doubt that 'prove' by itself is expected to generate meaningful output. When I tried it (admittedly, on a slightly different version), I got this: $ prove No tests named and 't' directory not found at /usr/local/lib/perl5/5.10.1/App/Prove.pm line 470 Could you try again by calling it with an actual test file, e.g.: prove t/unicode.t (from the TAP::Harness test suite) Thank you very much. Jim Keenan
On Tue Oct 27 22:11:45 2009, JKEENAN wrote: [snip] Show quoted text
> I doubt that 'prove' by itself is expected to generate meaningful > output. When I tried it (admittedly, on a slightly different version), > I got this: > > $ prove > No tests named and 't' directory not found at > /usr/local/lib/perl5/5.10.1/App/Prove.pm line 470
Well that's arguably OK - but the OPs findings are not. I suspect that Test::Harness has been incorrectly installed on the OP's system - it's hard to see how it could happen otherwise. I'm going to reject this ticket on the grounds that I'm pretty sure it's not our fault.