From: Jan Michel Date: Fri, 16 Oct 2015 16:48:14 +0000 (+0200) Subject: xml-db does not work without TreeDumper. Do not remove it X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=bd767367b354a9899778edf60153695a18cce041;p=daqtools.git xml-db does not work without TreeDumper. Do not remove it --- diff --git a/xml-db/xml-db.pl b/xml-db/xml-db.pl index cf12806..6c6148c 100755 --- a/xml-db/xml-db.pl +++ b/xml-db/xml-db.pl @@ -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;