From: Stas Bekman Date: Thu, 30 May 2002 16:14:55 +0000 (+0800) Subject: catpath()'s pod part X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=529a1a8458dd72b2cb29e0165b04bb658b56f5ea;p=p5sagit%2Fp5-mst-13.2.git catpath()'s pod part Message-Id: <3CF5DF7F.1060700@stason.org> p4raw-id: //depot/perl@16873 --- diff --git a/lib/File/Spec/Unix.pm b/lib/File/Spec/Unix.pm index c3e61d8..87ee505 100644 --- a/lib/File/Spec/Unix.pm +++ b/lib/File/Spec/Unix.pm @@ -317,7 +317,8 @@ sub splitdir { Takes volume, directory and file portions and returns an entire path. Under Unix, $volume is ignored, and directory and file are catenated. A '/' is -inserted if need be. On other OSs, $volume is significant. +inserted if needed (though if the directory portion doesn't start with +'/' it is not added). On other OSs, $volume is significant. =cut