-e 's/posix/POSIX/'\
-e 's/sdbm_fil/SDBM_File/'\
-e 's/socket/Socket/'\
- -e 's/thread/Thread/'\
+ -e 's=[tT]hread[/a-zA-Z]*==g'\
-e 's/byteload/ByteLoader/'\
-e 's=devel/peek=Devel/Peek='\
-e 's=devel/dprof=Devel/DProf='\
-e 's=list/util=List/Util=' \
-e 's=cwd=Cwd=' \
-e 's=perlio/via=PerlIO/Via=' \
+ -e 's=perlio/encoding=PerlIO/encoding=' \
-e 's=xs/typemap=XS/Typemap=' \
-e 's=unicode/normaliz=Unicode/Normalize=' \
-e 's=i18n/langinfo=I18N/Langinfo=' \
$pwd_cmd =~ s,/,\\,g;
$pwd_cmd = "$pwd_cmd /c cd";
}
+$pwd_cmd =~ s=\\=/=g if ($^O eq 'dos');
+
print "# native pwd = '$pwd_cmd'\n";
SKIP: {