common/tools/brag/raptorToBRAG.pl
changeset 665 ddca63d8e13c
parent 605 2907b286c72a
child 752 1f07674ec99f
equal deleted inserted replaced
664:29955a149536 665:ddca63d8e13c
    13 #
    13 #
    14 # Description:
    14 # Description:
    15 # Generate the BRAG-compatible XML summary of the Raptor log from the CSV output of the raptor parser
    15 # Generate the BRAG-compatible XML summary of the Raptor log from the CSV output of the raptor parser
    16 
    16 
    17 use strict;
    17 use strict;
       
    18 
       
    19 use FindBin;
       
    20 use lib "$FindBin::Bin/../lib";
    18 
    21 
    19 use Getopt::Long;
    22 use Getopt::Long;
    20 use Text::CSV;
    23 use Text::CSV;
    21 
    24 
    22 
    25