Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 20507
Status: resolved
Priority: 0/
Queue: Test-Dependencies

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

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



Subject: test_pass causes test to fail
t/00-load-basic...........Undefined subroutine &main::test_pass called at t/00-load-basic.t line 7. BEGIN failed--compilation aborted at t/00-load-basic.t line 10. # Looks like your test died before it could output anything. t/00-load-basic...........dubious Same in t/01-load-with-exclude.t I have the latest version of Test::Builder::Tester, 1.04, and the latest version of Test::More, 0.64, and neither of them seem to have a test_pass function.
From: JJORE [...] cpan.org
Show quoted text
> t/00-load-basic...........Undefined subroutine &main::test_pass called > at t/00-load-basic.t line 7. > BEGIN failed--compilation aborted at t/00-load-basic.t line 10. > # Looks like your test died before it could output anything. > t/00-load-basic...........dubious
Just as an FYI, your module is part of the Jifty stack. This failure prevents Jifty from installing without forcing the installation of your module.
Subject: Re: [rt.cpan.org #20507] test_pass causes test to fail
Date: Tue, 18 Jul 2006 22:53:15 -0400
To: bug-Test-Dependencies [...] rt.cpan.org
From: Zev Benjamin <zev [...] cpan.org>
Hi! Sorry it took me so long to respond. I was trying to figure out how it was that you had the latest version of Test::Builder::Tester and didn't have the test_pass function. It was added to Test-Simple-0.63 and removed a week later in Test-Simple-0.64. I just happened to write my tests that week. I've fixed the problems in Test-Dependencies-0.05, which I've just uploaded to CPAN. Jifty doesn't /actually/ depend on Test::Dependencies yet. It is still using the code on which Test::Dependencies was based because Test::Dependencies is slower than that code (I started using B::PerlReq to check whether modules are used, but consequently, it starts up a lot of perl processes). If he was actually using Test::Dependencies he'd know that he was listing an extraneous dep ;). If you find any more bugs, I'd be happy to hear from you. Zev via RT wrote: Show quoted text
> Queue: Test-Dependencies > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=20507 > >
>> t/00-load-basic...........Undefined subroutine &main::test_pass called >> at t/00-load-basic.t line 7. >> BEGIN failed--compilation aborted at t/00-load-basic.t line 10. >> # Looks like your test died before it could output anything. >> t/00-load-basic...........dubious
> > Just as an FYI, your module is part of the Jifty stack. This failure > prevents Jifty from installing without forcing the installation of your > module. >