in reply to Re: make test and File::Spec problems
in thread make test and File::Spec problems

Thank you. I'm sure that's the reason for the warnings. And I'd like to try it. But I first have to find out how to downgrade the module Test::Harness from 3.25 back to 3.23.

UPDATE

Downgraded to Test::Harness 3.23 with the following command within the cpan shell:

install ANDYA/Test-Harness-3.23.tar.gz

Then I checked that the correct version is installed with:

perl -MTest::Harness -e 'print "$Test::Harness::VERSION\n"'

Then I updated the line in the test script. And you are right. The warnings are gone now also when I'm using Test::Harness Version 3.23.