On Sat, Jul 19, 2003 at 08:28:07AM -0500, Craig A. Berry wrote:
- unless (chdir $udir) { + unless (chdir ($^O eq 'VMS' && $udir !~ /\// ? "./$udir" : $udir)) { warnings::warnif "Can't cd to $udir: $!\n";
s/$^O eq 'VMS'/$Is_VMS/g ?
Good suggestion. I've updated the patch and will include that in what I submit in a day or two if I haven't heard any other feedback.
