Skip to content
Snippets Groups Projects
Commit 3f81cce3 authored by Patrick Meidl's avatar Patrick Meidl
Browse files

no uninitialized warnings

parent 81e1159f
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ use Bio::EnsEMBL::Utils::Exception qw(deprecate);
use vars qw(@ISA $AUTOLOAD);
use strict;
use warnings;
no warnings 'uninitialized';
@ISA = qw( Bio::EnsEMBL::Storable Bio::Annotation::DBLink );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment