in reply to Trouble using File::Spec::rel2abs with Windows

Just use File::Spec::Functions. Much easier than messing with those class method calls.
use File::Spec::Functions qw(rel2abs); my $path = rel2abs('.');