From: martinahansen Date: Sat, 11 Jul 2009 13:39:19 +0000 (+0000) Subject: fixed bug in read_embl X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=325bdb8d76505c5dec576194feedead700b17028;p=biopieces.git fixed bug in read_embl git-svn-id: http://biopieces.googlecode.com/svn/trunk@565 74ccb610-7750-0410-82ae-013aeee3265d --- 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;