Skip to content
Snippets Groups Projects
Commit 147909cc authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Deprecate this module. Will be removed in release 60.

parent e0b4d2a7
No related branches found
No related tags found
No related merge requests found
......@@ -148,8 +148,11 @@ package Bio::EnsEMBL::Collection;
use strict;
use warnings;
use Bio::EnsEMBL::Utils::Argument ('rearrange');
use Bio::EnsEMBL::Utils::Exception ('throw');
use Bio::EnsEMBL::Utils::Argument ('rearrange');
use Bio::EnsEMBL::Utils::Exception ( 'throw', 'deprecate' );
deprecate( "The Bio::EnsEMBL::Collection module is deprecated\n"
. "and will be removed in Ensembl release 60.\n" );
use constant BASIC_SLOTS => 5;
......
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