This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ad1cb
)
File::Spec::Unix: Fix pod link
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 26 May 2012 21:12:56 +0000
(14:12 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 26 May 2012 21:12:56 +0000
(14:12 -0700)
dist/Cwd/lib/File/Spec/Unix.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Cwd/lib/File/Spec/Unix.pm
b/dist/Cwd/lib/File/Spec/Unix.pm
index
133f637
..
ac63217
100644
(file)
--- a/
dist/Cwd/lib/File/Spec/Unix.pm
+++ b/
dist/Cwd/lib/File/Spec/Unix.pm
@@
-353,7
+353,8
@@
If $path is relative, it is converted to absolute form using L</rel2abs()>.
This means that it is taken to be relative to L<cwd()|Cwd>.
No checks against the filesystem are made, so the result may not be correct if
-C<$base> contains symbolic links. (Apply L<Cwd::abs_path()> beforehand if that
+C<$base> contains symbolic links. (Apply
+L<Cwd::abs_path()|Cwd/abs_path> beforehand if that
is a concern.) On VMS, there is interaction with the working environment, as
logicals and macros are expanded.