diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-10-07 18:41:54 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-10-07 18:41:54 +0000 |
commit | 25a2108842e3af842c53f481ef086d8e16f15750 (patch) | |
tree | 70250567dbd36917bc2facc1ceee91a5b65907e2 /perl-install/Makefile.config | |
parent | 4349cdf26fef89f8eebb0b3abbd163b73c0931ab (diff) | |
download | drakx-25a2108842e3af842c53f481ef086d8e16f15750.tar drakx-25a2108842e3af842c53f481ef086d8e16f15750.tar.gz drakx-25a2108842e3af842c53f481ef086d8e16f15750.tar.bz2 drakx-25a2108842e3af842c53f481ef086d8e16f15750.tar.xz drakx-25a2108842e3af842c53f481ef086d8e16f15750.zip |
Include MDK::Common after XML::Parser as XML::Parser breaks if File::Sync was used before...
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 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 |