diff -r 29955a149536 -r ddca63d8e13c common/tools/brag/raptorToBRAG.pl --- a/common/tools/brag/raptorToBRAG.pl Wed Oct 14 14:44:10 2009 +0100 +++ b/common/tools/brag/raptorToBRAG.pl Wed Oct 14 18:46:50 2009 +0100 @@ -16,6 +16,9 @@ use strict; +use FindBin; +use lib "$FindBin::Bin/../lib"; + use Getopt::Long; use Text::CSV;