From adb4b2ca452571c4ef5dc8962c90bf9d7e3159fc Mon Sep 17 00:00:00 2001
From: Anne Lyle <annelyle@ebi.ac.uk>
Date: Thu, 21 Feb 2019 15:40:56 +0000
Subject: [PATCH] Reinstate line deleted by accident

---
 modules/Bio/EnsEMBL/IO/Parser.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/Bio/EnsEMBL/IO/Parser.pm b/modules/Bio/EnsEMBL/IO/Parser.pm
index 8d70c1df..84bcdcd4 100644
--- a/modules/Bio/EnsEMBL/IO/Parser.pm
+++ b/modules/Bio/EnsEMBL/IO/Parser.pm
@@ -297,6 +297,7 @@ sub _open_as {
       my $class = 'Bio::EnsEMBL::IO::Parser::'.$subclass;
       my $object;
 
+      eval "require $class";
       try {
         $object = $class->$method(@other_args);
       };
-- 
GitLab