Skip Menu |

Preferred bug tracker

Please email the preferred bug tracker to report your issue.

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Bio-ASN1-EntrezGene CPAN distribution.

Report information
The Basics
Id: 73965
Status: resolved
Priority: 0/
Queue: Bio-ASN1-EntrezGene

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

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



Subject: spelling errors in pod
Hi, while updating your package in Debian, our qa tools pointed me to two minor spelling errors: --- a/lib/Bio/ASN1/EntrezGene.pm +++ b/lib/Bio/ASN1/EntrezGene.pm @@ -219,7 +219,7 @@ Function: Takes in name of a file containing Entrez Gene records. opens the file and stores file handle Returns: none. - Notes: Attemps to open file larger than 2 GB even on Perl that + Notes: Attempts to open file larger than 2 GB even on Perl that does not support 2 GB file (accomplished by calling "cat" and piping output. On OS that does not have "cat" error message will be displayed) --- a/lib/Bio/ASN1/Sequence.pm +++ b/lib/Bio/ASN1/Sequence.pm @@ -205,7 +205,7 @@ Function: Takes in name of a file containing Sequence records. opens the file and stores file handle Returns: none. - Notes: Attemps to open file larger than 2 GB even on Perl that + Notes: Attempts to open file larger than 2 GB even on Perl that does not support 2 GB file (accomplished by calling "cat" and piping output. On OS that does not have "cat" error message will be displayed) Florian
Addressed but apparently the ticket was never closed out. On Thu Jan 12 16:38:41 2012, fschlich wrote: Show quoted text
> Hi, > > while updating your package in Debian, our qa tools pointed me to two > minor spelling errors: > > --- a/lib/Bio/ASN1/EntrezGene.pm > +++ b/lib/Bio/ASN1/EntrezGene.pm > @@ -219,7 +219,7 @@ > Function: Takes in name of a file containing Entrez Gene records. > opens the file and stores file handle > Returns: none. > - Notes: Attemps to open file larger than 2 GB even on Perl that > + Notes: Attempts to open file larger than 2 GB even on Perl that > does not support 2 GB file (accomplished by calling > "cat" and piping output. On OS that does not have "cat" > error message will be displayed) > --- a/lib/Bio/ASN1/Sequence.pm > +++ b/lib/Bio/ASN1/Sequence.pm > @@ -205,7 +205,7 @@ > Function: Takes in name of a file containing Sequence records. > opens the file and stores file handle > Returns: none. > - Notes: Attemps to open file larger than 2 GB even on Perl that > + Notes: Attempts to open file larger than 2 GB even on Perl that > does not support 2 GB file (accomplished by calling > "cat" and piping output. On OS that does not have "cat" > error message will be displayed) > > Florian