Raw content of Bio::DB::GFF::Adaptor::dbi::mysqlopt
package Bio::DB::GFF::Adaptor::dbi::mysqlopt;
=head1 NAME
Bio::DB::GFF::Adaptor::dbi::mysqlopt -- Deprecated database adaptor
=head1 SYNOPSIS
This adaptor has been superseded by Bio::DB::GFF::Adaptor::dbi::mysql.
See L and L
=head1 SEE ALSO
L, L
=head1 AUTHOR
Lincoln Stein Elstein@cshl.orgE.
Copyright (c) 2002 Cold Spring Harbor Laboratory.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
use strict;
use Bio::DB::GFF::Adaptor::dbi::mysql;
use vars '@ISA';
@ISA = 'Bio::DB::GFF::Adaptor::dbi::mysql';
1;