]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed bug in read_embl
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sat, 11 Jul 2009 13:39:19 +0000 (13:39 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sat, 11 Jul 2009 13:39:19 +0000 (13:39 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@565 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/read_embl

index 496a5d8f85594e4119ab5960690b6ef0016f75b4..780d90a5adcac50d5b15c0fb7b7d75a70430fe33 100755 (executable)
@@ -28,6 +28,7 @@
 
 use warnings;
 use strict;
+use Storable qw( dclone );
 use Maasha::Biopieces;
 use Maasha::Filesys;
 use Maasha::EMBL;