From 8c3a49eef97ae1e6902b8d5b3958d41986bdafe1 Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Tue, 18 Sep 2007 17:18:27 +0000 Subject: [PATCH] Reverted previous change. --- modules/Bio/EnsEMBL/Gene.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Gene.pm b/modules/Bio/EnsEMBL/Gene.pm index 2bc95db551..3212a774d7 100755 --- a/modules/Bio/EnsEMBL/Gene.pm +++ b/modules/Bio/EnsEMBL/Gene.pm @@ -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); -- GitLab