- or download this
if ($VC and exists $ENV{LIB} and $ENV{LIB}) {
push @libpath, split /;/, $ENV{LIB};
}
- or download this
if ($GC and exists $ENV{LIBRARY_PATH} and $ENV{LIBRARY_PATH}) {
push @libpath, split /;/, $ENV{LIBRARY_PATH};
}
- or download this
Test Summary Report
-------------------
...
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.