]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
xml-db does not work without TreeDumper. Do not remove it
authorJan Michel <j.michel@gsi.de>
Fri, 16 Oct 2015 16:48:14 +0000 (18:48 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 16 Oct 2015 16:48:14 +0000 (18:48 +0200)
xml-db/xml-db.pl

index cf128067d8dda4ba6d67c31dab80be98db9d13f9..6c6148ca44b3b1854321aeb5c7a4ff5e7bd7f011 100755 (executable)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 
 use XML::LibXML;
-use Data::TreeDumper;
+use Data::TreeDumper;
 use Getopt::Long;
 use Pod::Usage;
 use File::chdir;