Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Gedcom CPAN distribution.

Report information
The Basics
Id: 76519
Status: resolved
Priority: 0/
Queue: Gedcom

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

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



Subject: Minor doc fixes suggested by te Debian Packaging process
From: SILASMONK [...] cpan.org
patch will follow
Subject: pod.patch
--- a/lib/Gedcom.pm +++ b/lib/Gedcom.pm @@ -901,7 +901,7 @@ I have not gone the whole hog with data encapsulation and such within this module. Maybe I should have done. Maybe I will. For now though, -the data is accessable though hash members. This is partly because +the data is accessible though hash members. This is partly because having functions to do this is a little slow, especially on my old DECstation, and partly because of laziness again. I'm not too sure whether this is good or bad laziness yet. Time will tell no doubt. --- a/lib/Gedcom/Family.pm +++ b/lib/Gedcom/Family.pm @@ -173,7 +173,7 @@ Add the specified individual to the family in the appropriate position. These functions also take care of the references from the individual -back to the family, and are to be prefered to the low level addition +back to the family, and are to be preferred to the low level addition functions which do not do this. =cut --- a/lib/Gedcom/Comparison.pm +++ b/lib/Gedcom/Comparison.pm @@ -185,4 +185,3 @@ =head1 METHODS -=end
Thanks very much for this patch. It has been applied as 79fa6a6 along with various other doc fixes. Thanks again.