catpath()'s pod part
Stas Bekman [Thu, 30 May 2002 16:14:55 +0000 (00:14 +0800)]
   Message-Id: <3CF5DF7F.1060700@stason.org>

p4raw-id: //depot/perl@16873

lib/File/Spec/Unix.pm

index c3e61d8..87ee505 100644 (file)
@@ -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