summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2002-05-31 00:14:55 +0800
committerAbhijit Menon-Sen <ams@wiw.org>2002-05-30 07:39:24 +0000
commit529a1a8458dd72b2cb29e0165b04bb658b56f5ea (patch)
treeb524d1f3803acae9066f5b96659353561ceac336 /lib
parent38e4f4aed799ac2e3ef36186e997df88f9da92d2 (diff)
downloadperl-529a1a8458dd72b2cb29e0165b04bb658b56f5ea.tar.gz
catpath()'s pod part
Message-Id: <3CF5DF7F.1060700@stason.org> p4raw-id: //depot/perl@16873
Diffstat (limited to 'lib')
-rw-r--r--lib/File/Spec/Unix.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/File/Spec/Unix.pm b/lib/File/Spec/Unix.pm
index c3e61d881b..87ee505102 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