Re: Math-Random-MT-Auto-4.08.00.tar.gz




"gamo" <gamo@xxxxxxxxxxxx> wrote in message
..
..
> >
> > However, there may well be some bug in the test scripts that causes
those
> > 'NOK' results. It might make things a little easier for us if you could
post
> > the results of 'make test'.
> >
> > Cheers,
> > Rob
> >
> >
> Here is an example:
>
> # Failed test (t/02-gaussian.t at line 64)
>
> # Failed test (t/02-gaussian.t at line 64)
>

Hmmm .... doesn't really help much.

For me, in 02-gaussian.t :

62: for (1 .. $CNT) {
63: eval { $x = gaussian(10); };
64: if ($@) {
65: fail('gaussian(10) failed: ' . $@);
66: }

But I don't see anything that looks like $@ in what you have reported. What
happens when you run:

perl -Mblib t/02-gaussian.t

First thing to do is to find out what $@ contains.

Cheers,
Rob


.