Subject: | Test::Unit::Lite::AllTests is not Windows compatible |
As the title describes, Test::Unit::Lite::AllTests is not Windows
compatible.
This line
push @INC, 't/tlib';
To be windows compatible, it should say
push @INC, $dir;
I do not have a work around for this other than writing my own.