Skip to content
Snippets Groups Projects
Commit c704855a authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Change POSIX import to prevent it importing unused functions (e.g. remove...

Change POSIX import to prevent it importing unused functions (e.g. remove which conflicts with the remove method defined in Gene).
parent 4ae266af
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Please post comments/questions to the Ensembl development list
use strict;
use POSIX;
use POSIX ();
use Bio::EnsEMBL::Feature;
use Bio::EnsEMBL::Utils::Argument qw(rearrange);
use Bio::EnsEMBL::Utils::Exception qw(throw warning deprecate);
......
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