From: Jarkko Hietaniemi Date: Sun, 25 Feb 2001 17:18:49 +0000 (+0000) Subject: Missing check-in. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4974618b26b4f660bdffe46b2ebc915f15a9ca9;p=p5sagit%2Fp5-mst-13.2.git Missing check-in. p4raw-id: //depot/perl@8928 --- diff --git a/lib/Pod/Find.pm b/lib/Pod/Find.pm index 6d4907c..759cd3d 100644 --- a/lib/Pod/Find.pm +++ b/lib/Pod/Find.pm @@ -163,6 +163,7 @@ sub pod_find # on VMS canonpath will vmsify:[the.path], but File::Find::find # wants /unixy/paths $try = File::Spec->canonpath($try) if ($^O ne 'VMS'); + $try = VMS::Filespec::unixify($try) if ($^O eq 'VMS'); my $name; if(-f $try) { if($name = _check_and_extract_name($try, $opts{-verbose})) {