Skip to content

Commit

Permalink
genbank_ref_extractor: small fixes on POD documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
carandraug committed Sep 22, 2011
1 parent 8f9089f commit cbc5cd5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/Bio-DB-EUtilities/bp_genbank_ref_extractor.pl
Expand Up @@ -815,11 +815,8 @@ sub get_time {
characters are allowed. All other characters will be replaced by an underscore. Allowed characters
are:
=over
B<a-z 0-9 - + . , () {} []'>
=back
=cut

## Tries to sanitize a filename
Expand Down Expand Up @@ -1062,3 +1059,9 @@ sub get_product_list {
default { return map { $self->get_product_list($product, $_) } @_; }
}
}

## this =back closes the last point on the NOTES on usage section

=back
=cut

0 comments on commit cbc5cd5

Please sign in to comment.