Skip Menu |

This queue is for tickets about the Tie-File CPAN distribution.

Report information
The Basics
Id: 84080
Status: resolved
Priority: 0/
Queue: Tie-File

People
Owner: Nobody in particular
Requestors: khw [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Minor pod patch; already fixed in Perl5 blead
Subject: 0005-Tie-File.pm-Fix-pod-broken-link-typo.patch
From 3ecd756934919b7d8847ae01fd8fc9d35ca96a84 Mon Sep 17 00:00:00 2001 From: Karl Williamson <public@khwilliamson.com> Date: Mon, 18 Mar 2013 13:25:44 -0600 Subject: [PATCH 05/54] Tie/File.pm: Fix pod broken link typo --- dist/Tie-File/lib/Tie/File.pm | 4 ++-- t/porting/known_pod_issues.dat | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/Tie-File/lib/Tie/File.pm b/dist/Tie-File/lib/Tie/File.pm index 3862da2..a288218 100644 --- a/dist/Tie-File/lib/Tie/File.pm +++ b/dist/Tie-File/lib/Tie/File.pm @@ -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 diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 159f897..9e0fa2e 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -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 -- 1.8.1.3