Subject: | t/test.t is not portable |
I don't know if you got
http://www.xray.mpe.mpg.de/mailing-lists/cpan-testers/2003-04/msg02224.html
but you still got the same problem
#ok(system("PERL5LIB=../../blib/lib;../../blib/script/kwiki-install") == 0);
ok(system("$^X -Mblib=../../blib/lib ../../blib/script/kwiki-install") == 0);