in reply to Re^2: make test hangs
in thread make test hangs

perl -MExtUtils::Command::MM -MTest::Harness - e undef *Test::Harness: +:Switches; test_harness1, 'blib/lib', 'blib/arch') t/ *.t /bin/-sh: syntax error: `(' unexpected
I think the problem there is the space in - e, which should be appearing as -e

Remove that space and at least one of your problems should go away.
However, I don't know exactly where to look in order to fix whatever it is that's inserting that space - somewhere in ExtUtils::MakeMaker, I guess.
What version of EU::MM do you have ?

Update: On closer inspection it seems that you might be responsible for the insertion of that space - as the space aint there in your first post.

Cheers,
Rob

Replies are listed 'Best First'.
Re^4: make test hangs
by WolliK (Acolyte) on Feb 13, 2015 at 07:30 UTC

    Hi Rob,

    sorry ther is no space I got this only when I copied it into the reply
    WolliK