Subject: | Problem installing |
Having issues trying to install Test::Resub, am getting a syntax error
(output attached) during 'make test'.
Perl version: 5.8.0
OS: Solaris 5.8
I'm guessing this is some sort of version compatibility issue?
Thanks.
Subject: | test_resub_make.txt |
$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Test::Resub
$ make
cp lib/Test/Resub.pm blib/lib/Test/Resub.pm
Manifying blib/man3/Test::Resub.3
$ make test
PERL_DL_NONLAZY=1 /opt/customer/local/perl58/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load....
# Failed test 'use Test::Resub;'
# at t/00-load.t line 6.
# Tried to use 'Test::Resub'.
# Error: syntax error at /export/home/user/.cpan/build/Test-Resub-1.02/blib/lib/Test/Resub.pm line 86, near "($was_called ?"
t/00-load....NOK 1# (Might be a runaway multi-line ?? string starting on line 70)
# syntax error at /export/home/user/.cpan/build/Test-Resub-1.02/blib/lib/Test/Resub.pm line 86, near "'called' :"
# BEGIN not safe after errors--compilation aborted at /export/home/user/.cpan/build/Test-Resub-1.02/blib/lib/Test/Resub.pm line 91.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
# Testing Test::Resub , Perl 5.008, /opt/customer/local/perl58/bin/perl
# Looks like you failed 1 test of 1.
t/00-load....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/01-main....syntax error at lib/Test/Resub.pm line 86, near "($was_called ?"
(Might be a runaway multi-line ?? string starting on line 70)
syntax error at lib/Test/Resub.pm line 86, near "'called' :"
BEGIN not safe after errors--compilation aborted at lib/Test/Resub.pm line 91.
Compilation failed in require at t/01-main.t line 13.
BEGIN failed--compilation aborted at t/01-main.t line 13.
# Looks like your test died before it could output anything.
t/01-main....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-56
Failed 56/56 tests, 0.00% okay
t/TODO.......ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/00-load.t 1 256 1 1 100.00% 1
t/01-main.t 255 65280 56 56 100.00% 1-56
Failed 2/3 test scripts, 33.33% okay. 57/58 subtests failed, 1.72% okay.
make: *** [test_dynamic] Error 29