"Jos I. Boumans" <[EMAIL PROTECTED]> writes:
> On Oct 11, 2007, at 10:39 PM, [EMAIL PROTECTED] wrote:
> > PERL_DL_NONLAZY=1 /usr/local/bin/perl5.00505 "-
> > MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/
> > arch')" t/*.t
> > t/01_Module_Load_Conditional....syntax error at /usr/perl5.005_05/
> > lib/5.00505/FindBin.pm line 72, near "package FindBin"
> > BEGIN failed--compilation aborted at t/01_Module_Load_Conditional.t
> > line 14.
> > dubious
> > Test returned status 255 (wstat 65280, 0xff00)
> > t/02_Parse_Version..............ok
> > Failed Test Stat Wstat Total Fail List of Failed
> > ----------------------------------------------------------------------
> > ---------
> > t/01_Module_Load_Conditional.t 255 65280 ?? ?? ??
> > Failed 1/2 test scripts. 0/77 subtests failed.
> > Files=2, Tests=77, 0 wallclock secs ( 0.05 cusr + 0.01 csys =
> > 0.05 CPU)
> > Failed 1/2 test programs. 0/77 subtests failed.
> > *** Error code 35
>
> Seems like there's a problme with FindBin actually, not with MLC...
> what's goin on?
>
Some 5.00505 strangeness:
$ perl5.00505 -e 'use FindBin'
$ perl5.00505 -e 'BEGIN { use FindBin }'
syntax error at /usr/perl5.005_05/lib/5.00505/FindBin.pm line 72, near "package
FindBin"
BEGIN failed--compilation aborted at -e line 1.
Exitcode 255
$ perl5.00505 -e 'BEGIN { use FindBin; }'
Seems that the missing semicolon is causing trouble. Of course you can
remove the BEGIN block completely, it's redundant here.
Regards,
Slaven
--
Slaven Rezic - slaven <at> rezic <dot> de
tkruler - Perl/Tk program for measuring screen distances
http://ptktools.sourceforge.net/#tkruler