if ($VC and exists $ENV{LIB} and $ENV{LIB}) {
push @libpath, split /;/, $ENV{LIB};
}
####
if ($GC and exists $ENV{LIBRARY_PATH} and $ENV{LIBRARY_PATH}) {
push @libpath, split /;/, $ENV{LIBRARY_PATH};
}
####
Test Summary Report
-------------------
t\CDF.t (Wstat: 512 Tests: 794 Failed: 2)
Failed tests: 481, 523
Non-zero exit status: 2
t\Matrix.t (Wstat: 0 Tests: 238 Failed: 0)
TODO passed: 209-212
t\Vector.t (Wstat: 0 Tests: 142 Failed: 0)
TODO passed: 141-142
Files=52, Tests=3636, 39 wallclock secs ( 2.03 usr + 0.31 sys = 2.34 CPU)
Result: FAIL
Failed 1/52 test programs. 2/3636 subtests failed.