From 7b4789ed7141d0034566c36385702f87869c400f Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Wed, 16 May 2012 15:48:18 +0000
Subject: [PATCH] ENSCORESW-125. Readme not working due to missing function
 import

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

diff --git a/modules/Bio/EnsEMBL/Pipeline/Flatfile/DumpFile.pm b/modules/Bio/EnsEMBL/Pipeline/Flatfile/DumpFile.pm
index c22f8b1b03..e07e969414 100644
--- a/modules/Bio/EnsEMBL/Pipeline/Flatfile/DumpFile.pm
+++ b/modules/Bio/EnsEMBL/Pipeline/Flatfile/DumpFile.pm
@@ -55,7 +55,7 @@ use base qw(Bio::EnsEMBL::Pipeline::Flatfile::Base);
 
 use Bio::EnsEMBL::Utils::Exception qw/throw/;
 use Bio::EnsEMBL::Utils::SeqDumper;
-use Bio::EnsEMBL::Utils::IO qw/gz_work_with_file/;
+use Bio::EnsEMBL::Utils::IO qw/gz_work_with_file work_with_file/;
 use File::Path qw/rmtree/;
 
 sub param_defaults {
-- 
GitLab