Data::Dump is missing ? t/local/httpsub.t fails

Data::Dump is missing ? t/local/httpsub.t fails

am 30.12.2004 18:22:16 von Gabor

Hi,

In t/local/httpsub.t there is a

use Data::Dump;

and in my perl installation there is no Data::Dump so the test fails.
It seems that Data::Dump is not in the standard perl distro either.
After installing this module the tests passed correctly.


Should it be a prerequisite of libwww-perl or should the the specific
test check for its existence and skip its test if the module is missing ?

Gabor

Re: Data::Dump is missing ? t/local/httpsub.t fails

am 30.12.2004 18:28:50 von Gabor

khm, replying to myself,

I just noticed this test file only exists in the CVS but is not
distributed.

Still I guess it should be fixed somehow (probably by skipping
the test if the modul is not there).

Gabor


On Thu, 30 Dec 2004, Gabor Szabo wrote:

>
> Hi,
>
> In t/local/httpsub.t there is a
>
> use Data::Dump;
>
> and in my perl installation there is no Data::Dump so the test fails.
> It seems that Data::Dump is not in the standard perl distro either.
> After installing this module the tests passed correctly.
>
>
> Should it be a prerequisite of libwww-perl or should the the specific
> test check for its existence and skip its test if the module is missing ?
>
> Gabor
>

Re: Data::Dump is missing ? t/local/httpsub.t fails

am 30.12.2004 20:30:03 von gisle

Gabor Szabo writes:

> I just noticed this test file only exists in the CVS but is not
> distributed.
>
> Still I guess it should be fixed somehow (probably by skipping
> the test if the modul is not there).

It's an unfinished test that I lost interest in completing :-(
If completed, then the Data::Dump reference should clearly go.

Regards,
Gisle

Re: Data::Dump is missing ? t/local/httpsub.t fails

am 02.01.2005 11:45:54 von Gabor

On Thu, 30 Dec 2004, Gisle Aas wrote:

> Gabor Szabo writes:
>
> It's an unfinished test that I lost interest in completing :-(
> If completed, then the Data::Dump reference should clearly go.

I see, thanks.
I installed Data::Dump in my develeopment perl now to avoid this
issue.


Gabor