From: martinahansen Date: Mon, 17 Jan 2011 15:44:52 +0000 (+0000) Subject: fixed bug in Fasta.pm X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=429cf1dd7b957c8a6355a0940f60f7735ab08b8f;p=biopieces.git fixed bug in Fasta.pm git-svn-id: http://biopieces.googlecode.com/svn/trunk@1207 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_perl/Maasha/Fasta.pm b/code_perl/Maasha/Fasta.pm index 2066155..339885b 100644 --- a/code_perl/Maasha/Fasta.pm +++ b/code_perl/Maasha/Fasta.pm @@ -30,6 +30,7 @@ package Maasha::Fasta; use warnings; use strict; +use Exporter; use Data::Dumper; use Maasha::Common; use Maasha::Filesys;