Skip Menu |

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

Report information
The Basics
Id: 107004
Status: resolved
Priority: 0/
Queue: Bio-Tradis

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

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



Subject: POD renders incorrectly
The POD renders incorrectly with perldoc and on https://metacpan.org/pod/Bio::Tradis. In the SYNOPSIS, the POD keywords literally show up (=over, =item, etc), and the list does not render as a list of items on separate lines. Here is a patch to fix the POD.
Subject: diff-u.txt
--- lib/Bio/Tradis.pm 2015-09-10 09:39:17.596988000 -0400 +++ ../Bio-Tradis-1.2.orig/lib/Bio/Tradis.pm 2015-09-08 11:08:29.000000000 -0400 @@ -23,23 +23,14 @@ =head1 SYNOPSIS Bio-Tradis provides functionality to: - =over - =item * detect TraDIS tags in a BAM file - L<Bio::Tradis::DetectTags> - =item * add the tags to the reads - L<Bio::Tradis::AddTagsToSeq> - =item * filter reads in a FastQ file containing a user defined tag - L<Bio::Tradis::FilterTags> - =item * remove tags - L<Bio::Tradis::RemoveTags> - =item * map to a reference genome - L<Bio::Tradis::Map> - =item * create an insertion site plot file - L<Bio::Tradis::TradisPlot> - =back - Most of these functions are available as standalone scripts or as perl modules. =head1 AUTHOR
Thanks for letting me know. I've updated the module plus a few other similarly broken modules. Regards, Andrew On Thu Sep 10 09:48:06 2015, GSULLIVAN wrote: Show quoted text
> The POD renders incorrectly with perldoc and on > https://metacpan.org/pod/Bio::Tradis. > > In the SYNOPSIS, the POD keywords literally show up (=over, =item, etc), > and the list does not render as a list of items on separate lines. > Here is a patch to fix the POD.