Skip Menu |

This queue is for tickets about the App-SD CPAN distribution.

Report information
The Basics
Id: 65776
Status: resolved
Priority: 0/
Queue: App-SD

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

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



Subject: minor pod lint against git
minor pod lint against git podchecker was unhappy: *** WARNING: line containing nothing but whitespace in paragraph at line 111 in file ./lib/App/SD/Replica/rt.pm *** WARNING: line containing nothing but whitespace in paragraph at line 130 in file ./lib/App/SD/Replica/rt.pm *** WARNING: line containing nothing but whitespace in paragraph at line 135 in file ./lib/App/SD/Replica/rt.pm
Subject: 0001-Pod-cleanup-remove-extra-whitespace.patch
From 92654d581e06a74e68d33ce2d7084d8cfacf4c5f Mon Sep 17 00:00:00 2001 From: Michael Stevens <mstevens@etla.org> Date: Wed, 16 Feb 2011 12:37:10 +0000 Subject: [PATCH] Pod cleanup - remove extra whitespace. --- lib/App/SD/Replica/rt.pm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/App/SD/Replica/rt.pm b/lib/App/SD/Replica/rt.pm index 65a040f..d811d8f 100644 --- a/lib/App/SD/Replica/rt.pm +++ b/lib/App/SD/Replica/rt.pm @@ -108,7 +108,7 @@ If the remote storage (RT) can not represent a whole changeset along with the pr create a seperate locally(?) stored map of: remote-subchangeset-identifier to changeset uuid. remote id to prophet record uuid - + For each sync of the same remote source (RT), we need a unique prophet database domain. @@ -127,12 +127,12 @@ apply a single changeset that's part of the push: - if it is _not_ from the changeset we just pushed, then do we just ignore it? how do we mark an out-of-order transaction as not-pulled? - + Changesets we want to push from SD to RT and how they map - + what do we do with cfs rt doesn't know about? -- 1.7.1
On Wed Feb 16 07:38:02 2011, MSTEVENS wrote: Show quoted text
> minor pod lint against git > > podchecker was unhappy: > > > *** WARNING: line containing nothing but whitespace in paragraph at
line Show quoted text
> 111 in file ./lib/App/SD/Replica/rt.pm > *** WARNING: line containing nothing but whitespace in paragraph at
line Show quoted text
> 130 in file ./lib/App/SD/Replica/rt.pm > *** WARNING: line containing nothing but whitespace in paragraph at
line Show quoted text
> 135 in file ./lib/App/SD/Replica/rt.pm
Hi Michael, I've applied your patch to SD git and it will be included in the next release. Thanks so much for your contribution! Christine