From 325bdb8d76505c5dec576194feedead700b17028 Mon Sep 17 00:00:00 2001
From: martinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Date: Sat, 11 Jul 2009 13:39:19 +0000
Subject: [PATCH] fixed bug in read_embl

git-svn-id: http://biopieces.googlecode.com/svn/trunk@565 74ccb610-7750-0410-82ae-013aeee3265d
---
 bp_bin/read_embl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bp_bin/read_embl b/bp_bin/read_embl
index 496a5d8..780d90a 100755
--- a/bp_bin/read_embl
+++ b/bp_bin/read_embl
@@ -28,6 +28,7 @@
 
 use warnings;
 use strict;
+use Storable qw( dclone );
 use Maasha::Biopieces;
 use Maasha::Filesys;
 use Maasha::EMBL;
-- 
2.39.5