diff -r 3e54a8e7805a -r b64b5a0f8662 common/tools/brag/yarpToBRAG.pl --- 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";