From d2297ad8427fc6e8cb6e38f8b3769c63599ba12d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Thu, 29 Jul 2010 10:19:25 +0000
Subject: [PATCH] Remove double 'my'.

---
 modules/Bio/EnsEMBL/Translation.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/Translation.pm b/modules/Bio/EnsEMBL/Translation.pm
index 91039753fc..61ccaeccd3 100755
--- a/modules/Bio/EnsEMBL/Translation.pm
+++ b/modules/Bio/EnsEMBL/Translation.pm
@@ -1016,7 +1016,7 @@ sub modify_translation {
   #         is used.  I haven't been able to find out why.  It has 10
   #         Selenocysteine seqedits that looks correct.
   #         /Andreas (release 59)
-  my @seqeds = sort { $b->{'start'} <=> $a->{'start'} } @seqeds;
+  @seqeds = sort { $b->{'start'} <=> $a->{'start'} } @seqeds;
 
   # Apply all edits.
   my $peptide = $seq->seq();
-- 
GitLab