Posted on Aug 19, 2008 by
Massive Monkey
it breaks some test cases.
Comment #1
Posted on Aug 19, 2008 by Massive Monkeyfixed as r495
+use Cwd qw/abs_path/; my ( undef, $path ) = File::Spec->splitpath(FILE); +$path = abs_path($path);
with abs_path for splitpath
Status: Verified
Labels:
Type-Defect
Priority-Critical