This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tie/File.pm: Fix pod broken link typo
authorKarl Williamson <public@khwilliamson.com>
Mon, 18 Mar 2013 19:25:44 +0000 (13:25 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 18 Mar 2013 22:05:00 +0000 (16:05 -0600)
dist/Tie-File/lib/Tie/File.pm
t/porting/known_pod_issues.dat

index 3862da2..a288218 100644 (file)
@@ -7,7 +7,7 @@ use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY';
 sub O_ACCMODE () { O_RDONLY | O_RDWR | O_WRONLY }
 
 
-$VERSION = "0.98";
+$VERSION = "0.99";
 my $DEFAULT_MEMORY_SIZE = 1<<21;    # 2 megabytes
 my $DEFAULT_AUTODEFER_THRESHHOLD = 3; # 3 records
 my $DEFAULT_AUTODEFER_FILELEN_THRESHHOLD = 65536; # 16 disk blocksful
@@ -2361,7 +2361,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
index 159f897..9e0fa2e 100644 (file)
@@ -192,7 +192,6 @@ dist/storable/storable.pm   Verbatim line length including indents exceeds 79 by    4
 dist/thread-queue/lib/thread/queue.pm  Verbatim line length including indents exceeds 79 by    4
 dist/threads/lib/threads.pm    Verbatim line length including indents exceeds 79 by    3
 dist/tie-file/lib/tie/file.pm  Verbatim line length including indents exceeds 79 by    3
-dist/tie-file/lib/tie/file.pm  unresolved internal link        1
 ext/b/b/concise.pm     Verbatim line length including indents exceeds 79 by    1
 ext/devel-peek/peek.pm ? Should you be using L<...> instead of 2
 ext/devel-peek/peek.pm Verbatim line length including indents exceeds 79 by    2