1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: Fixes a pod syntax error.
A =over was not followed immediately by a =item as suggested by perlpod.
Author: Jens Preußner <jenzo@cbv.net>
Forwarded: no
Last-Update: 2012-07-10
--- a/Blastall.pm
+++ b/Blastall.pm
@@ -952,8 +952,6 @@
=head1 SYNOPSIS
-=over 4
-
=head1 DESCRIPTION
If you have NCBI's BLAST2 or WU-BLAST installed locally and your
@@ -970,6 +968,7 @@
these databases. You can then use either the filter or result methods
to parse the report and access the various elements of the data.
+=over 4
=item RUNNING NEW BLASTS
|