From 25a2108842e3af842c53f481ef086d8e16f15750 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 7 Oct 2009 18:41:54 +0000 Subject: Include MDK::Common after XML::Parser as XML::Parser breaks if File::Sync was used before... --- tools/install-xml-file-list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/install-xml-file-list b/tools/install-xml-file-list index f53f6993b..7522d0c0b 100755 --- a/tools/install-xml-file-list +++ b/tools/install-xml-file-list @@ -1,7 +1,7 @@ #!/usr/bin/perl -use MDK::Common; use XML::Parser; +use MDK::Common; use Data::Dumper; use File::Glob; use Config; -- cgit v1.2.1