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.
>