summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-10-07 18:41:54 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-10-07 18:41:54 +0000
commit25a2108842e3af842c53f481ef086d8e16f15750 (patch)
tree70250567dbd36917bc2facc1ceee91a5b65907e2
parent4349cdf26fef89f8eebb0b3abbd163b73c0931ab (diff)
downloaddrakx-backup-do-not-use-25a2108842e3af842c53f481ef086d8e16f15750.tar
drakx-backup-do-not-use-25a2108842e3af842c53f481ef086d8e16f15750.tar.gz
drakx-backup-do-not-use-25a2108842e3af842c53f481ef086d8e16f15750.tar.bz2
drakx-backup-do-not-use-25a2108842e3af842c53f481ef086d8e16f15750.tar.xz
drakx-backup-do-not-use-25a2108842e3af842c53f481ef086d8e16f15750.zip
Include MDK::Common after XML::Parser as XML::Parser breaks if File::Sync was used before...
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/install/NEWS5
-rwxr-xr-xtools/install-xml-file-list2
3 files changed, 7 insertions, 2 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 28e692f2c..3168d025a 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=12.60
+VERSION:=12.60.1
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 78485ffd3..9270f6b33 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,8 @@
+Version 12.60.1 - 7 October 2009
+
+- include MDK::Common after XML::Parser as XML::Parser breaks if
+ File::Sync was used before...
+
Version 12.60 - 7 October 2009
- RC2 banner
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;