]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed bug in Fasta.pm
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 17 Jan 2011 15:44:52 +0000 (15:44 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 17 Jan 2011 15:44:52 +0000 (15:44 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1207 74ccb610-7750-0410-82ae-013aeee3265d

code_perl/Maasha/Fasta.pm

index 20661555ae220302dd382d3ce9ebb3f0f8f6274d..339885bdf4d304c917704ed8cf3c58bb35240f26 100644 (file)
@@ -30,6 +30,7 @@ package Maasha::Fasta;
 
 use warnings;
 use strict;
+use Exporter;
 use Data::Dumper;
 use Maasha::Common;
 use Maasha::Filesys;