"Fergal Daly via RT" <bug-Test-Deep@rt.cpan.org> writes:
Show quoted text> <URL:
http://rt.cpan.org/Ticket/Display.html?id=35605 >
>
> Actually, I think you're probably seeing the problem whereby
>
> Test::Tester <= 0.106 needs Test::Builder <= 0.77
>
> There's not much I can about it either, anyone with an old
> Test::Tester is going to find out the hard way,
Maybe you can add a condition à la (completely untested)
my %ADD_PREREQ_PM;
if (eval { require Test::Tester; require Test::Builder; 1 } &&
$Test::Tester::VERSION <= 0.106 &&
$Test::Builder::VERSION > 0.77) {
$ADD_PREREQ_PM{"Test::Tester"} = 0.108;
}
...
WriteMakefile(...,
PM => { ..., %ADD_PREREQ_PM },
)
to your Makefile.PL?
Regards,
Slaven
Show quoted text>
> F
>
> 2008/5/2 Slaven_Rezic via RT <bug-Test-Deep@rt.cpan.org>:
> >
> > Fri May 02 17:52:38 2008: Request 35605 was acted upon.
> > Transaction: Ticket created by SREZIC
> > Queue: Test-Deep
> > Subject: Test::Deep probably does not work with Test::Testers < 0.107
> > Broken in: 0.100
> > Severity: (no value)
> > Owner: Nobody
> > Requestors: SREZIC@cpan.org
> > Status: new
> > Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=35605 >
> >
> >
> > I just sent a FAIL report on a freebsd machine running perl 5.10.0.
> > After upgrading Test::Testers from 0.106 to 0.107 the Test::Deep's test
> > suite worked flawlessly. So I suspect that the prereq version for
> > Test::Testers should be raised.
> >
> > Regards,
> > Slaven
> >
> >
>
--
Slaven Rezic - slaven <at> rezic <dot> de
tkruler - Perl/Tk program for measuring screen distances
http://ptktools.sourceforge.net/#tkruler