summaryrefslogtreecommitdiff
path: root/dist/Tie-File
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-06-01 10:47:28 -0600
committerKarl Williamson <khw@cpan.org>2019-05-25 22:15:22 -0600
commit03c94503242bec08908a66bd7f44fc8551f7af71 (patch)
treea2121599c3114bc104192708053e8e4227e7f726 /dist/Tie-File
parent025d4ba4cf102879cef20b44a9a6146ca2cf7e2c (diff)
downloadperl-03c94503242bec08908a66bd7f44fc8551f7af71.tar.gz
Tie::File: Use L</Foo>, not L<"Foo"> in pod
Diffstat (limited to 'dist/Tie-File')
-rw-r--r--dist/Tie-File/lib/Tie/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Tie-File/lib/Tie/File.pm b/dist/Tie-File/lib/Tie/File.pm
index 41f8516b1b..2aefde7d80 100644
--- a/dist/Tie-File/lib/Tie/File.pm
+++ b/dist/Tie-File/lib/Tie/File.pm
@@ -2365,7 +2365,7 @@ will be rewritten in a single pass.
(Actually, the preceding discussion is something of a fib. You don't
need to enable deferred writing to get good performance for this
common case, because C<Tie::File> will do it for you automatically
-unless you specifically tell it not to. See L<"Autodeferring">,
+unless you specifically tell it not to. See L</Autodeferring>,
below.)
Calling C<-E<gt>flush> returns the array to immediate-write mode. If