Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"
[p5sagit/p5-mst-13.2.git] / symbian / cwd.pl
CommitLineData
27da23d5 1use strict;
2use Cwd;
3my $CWD = getcwd();
53d44271 4$CWD =~ s!^[a-z]:!!i;
27da23d5 5$CWD =~ s!/!\\!g;
6$CWD;