From: Jarkko Hietaniemi Date: Wed, 5 Sep 2001 12:21:44 +0000 (+0000) Subject: The MacOS reference is okay, no reason to hide it. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a60299adcfec24c254392ea74d545f131d3e4209;p=p5sagit%2Fp5-mst-13.2.git The MacOS reference is okay, no reason to hide it. p4raw-id: //depot/perl@11881 --- diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 16c5f07..79725d1 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -122,8 +122,6 @@ Since the path seperators are different on some operating systems ('/' on Unix, ':' on MacPerl, etc...) we recommend you use the File::Spec modules wherever portability is a concern. -=begin _private - =item * Actually, on Mac OS, the C, C and C @@ -131,8 +129,6 @@ functions are all aliases for the C function, which, on Mac OS, calls `pwd`. Likewise, the C function is an alias for C. -=end _private - =back =head1 SEE ALSO