Export to GitHub

foorum - issue #82

fix base_path in Foorum::XUtils for perl 5.10.0


Posted on Aug 19, 2008 by Massive Monkey

it breaks some test cases.

Comment #1

Posted on Aug 19, 2008 by Massive Monkey

fixed 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