Description: Fixes a pod syntax error.
 A =over was not followed immediately by a =item as suggested by perlpod.
Author: Jens Preuner <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
 
