Slaven Rezic <sla...@rezic.de> writes:

> The distribution WWOLF/Test-0.001.tar.gz contains a non-functional
> Test.pm, which may cause wrong test reports for other distributions, so
> I suggest to put this distribution to your skiplists.
>
> A problematic fail report usually looks like this:
>
>       PERL_DL_NONLAZY=1 /usr/perl5.15.8/bin/perl5.15.8 "-Iblib/lib" 
> "-Iblib/arch" test.pl
>       syntax error at test.pl line 2, near "plan tests"
>       BEGIN not safe after errors--compilation aborted at test.pl line 2.
>       *** Error code 255

Please make sure that such bad Test.pm files are removed from your perl
installations (I already got some invalid fail reports because of this).
You can find candidates like this:

    locate /Test.pm|egrep '/site_perl/[0-9.]+/Test.pm$'

or (the problematic Test.pm is relatively small, less than 1000 bytes):

    ls -l `locate /Test.pm|egrep '/site_perl/[0-9.]+/Test.pm$'`

Regards,
    Slaven

-- 
Slaven Rezic - slaven <at> rezic <dot> de
  BBBike - route planner for cyclists in Berlin
  WWW version:                           http://www.bbbike.de
  Perl/Tk version for Unix and Windows:  http://bbbike.sourceforge.net

Reply via email to