From 68719e57a114740e7b3fe0466f3586393122b2d0 Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Tue, 27 Mar 2012 14:44:57 +0000
Subject: [PATCH] Missed imports

---
 modules/Bio/EnsEMBL/IntronSupportingEvidence.pm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/IntronSupportingEvidence.pm b/modules/Bio/EnsEMBL/IntronSupportingEvidence.pm
index df61605157..d2b4e9b1db 100644
--- a/modules/Bio/EnsEMBL/IntronSupportingEvidence.pm
+++ b/modules/Bio/EnsEMBL/IntronSupportingEvidence.pm
@@ -37,6 +37,9 @@ use strict;
 use warnings;
 use base qw/Bio::EnsEMBL::Storable/;
 
+use Bio::EnsEMBL::Utils::Argument qw/rearrange/;
+use Bio::EnsEMBL::Utils::Scalar qw/assert_ref/;
+
 =head2 new
 
   Arg [-ADAPTOR]      : Bio::EnsEMBL::DBSQL::IntronSupportingEvidenceAdaptor
@@ -93,4 +96,4 @@ sub score_type {
   return $self->{'score_type'};
 }
 
-1;
\ No newline at end of file
+1;
-- 
GitLab