From bd767367b354a9899778edf60153695a18cce041 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 16 Oct 2015 18:48:14 +0200 Subject: [PATCH] xml-db does not work without TreeDumper. Do not remove it --- xml-db/xml-db.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0