t/AlignIO/AlignIO.t: fix number of tests in plan (fixup c523e6bed866)
[bioperl-live.git] / Bio / DB / GFF / Adaptor / dbi / mysqlopt.pm
blob1e846752fb68be2994341a00a3b5bf0533a728a1
1 package Bio::DB::GFF::Adaptor::dbi::mysqlopt;
3 =head1 NAME
5 Bio::DB::GFF::Adaptor::dbi::mysqlopt -- Deprecated database adaptor
7 =head1 SYNOPSIS
9 This adaptor has been superseded by Bio::DB::GFF::Adaptor::dbi::mysql.
11 See L<Bio::DB::GFF> and L<Bio::DB::GFF::Adaptor::dbi::mysql>
13 =head1 SEE ALSO
15 L<Bio::DB::GFF>, L<bioperl>
17 =head1 AUTHOR
19 Lincoln Stein E<lt>lstein@cshl.orgE<gt>.
21 Copyright (c) 2002 Cold Spring Harbor Laboratory.
23 This library is free software; you can redistribute it and/or modify
24 it under the same terms as Perl itself.
26 =cut
28 use strict;
29 use base qw(Bio::DB::GFF::Adaptor::dbi::mysql);