common/tools/brag/yarpToBRAG.pl
changeset 654 b64b5a0f8662
parent 650 b4c5f01c1ab7
child 752 1f07674ec99f
--- a/common/tools/brag/yarpToBRAG.pl	Mon Oct 12 15:02:40 2009 +0100
+++ b/common/tools/brag/yarpToBRAG.pl	Mon Oct 12 15:07:06 2009 +0100
@@ -16,10 +16,12 @@
 
 use strict;
 
+use FindBin;
+use lib "$FindBin::Bin/../lib";
+
 use Getopt::Long;
 use Text::CSV;
 
-
 if (!@ARGV)
 {
 	warn "Generate an XML summary of the Raptor build from a Yarp CSV file\n";