summaryrefslogtreecommitdiff
path: root/lib/Cwd.pm
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2002-02-25 11:35:06 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-02-25 10:39:40 +0000
commit510179aa6f5aa7ad3c9e95a67b4958c9aa11a67f (patch)
treeb1455f602c156cced274a057529ed2ee4d94234e /lib/Cwd.pm
parent27e286305709fd65c0552ee5c80cd788a8114b0e (diff)
downloadperl-510179aa6f5aa7ad3c9e95a67b4958c9aa11a67f.tar.gz
Subject: [PATCH Cwd.pm] cut-n-paste error?
Date: Mon, 25 Feb 2002 11:35:06 GMT Message-Id: <200202251135.LAA00573@tempest.npl.co.uk> Subject: [PATCH Net/Cmd.pm] From: Robin Barker <rmb1@cise.npl.co.uk> Date: Mon, 25 Feb 2002 11:37:06 GMT Message-Id: <200202251137.LAA00579@tempest.npl.co.uk> p4raw-id: //depot/perl@14862
Diffstat (limited to 'lib/Cwd.pm')
-rw-r--r--lib/Cwd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cwd.pm b/lib/Cwd.pm
index 0db9410cc6..5b5f21672b 100644
--- a/lib/Cwd.pm
+++ b/lib/Cwd.pm
@@ -95,7 +95,7 @@ A synonym for abs_path().
=item fast_abs_path
- my $abs_path = abs_path($file);
+ my $abs_path = fast_abs_path($file);
A more dangerous, but potentially faster version of abs_path.