This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
File::Spec::Unix: Fix pod link
authorFather Chrysostomos <sprout@cpan.org>
Sat, 26 May 2012 21:12:56 +0000 (14:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 26 May 2012 21:12:56 +0000 (14:12 -0700)
dist/Cwd/lib/File/Spec/Unix.pm

index 133f637..ac63217 100644 (file)
@@ -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.