From a4ebe5a0284255cc7a0946f1e895af94e37b7c86 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 19 Sep 2003 14:48:46 +0000 Subject: - read_gnomekderc() & update_gnomekderc() will now handle key=value where key can contain spaces --- MDK/Common.pm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MDK/Common.pm.pl') diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 146e09d..5a66f95 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -71,7 +71,7 @@ use vars qw(@ISA @EXPORT $VERSION); #); # perl_checker: RE-EXPORT-ALL @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -$VERSION = "1.1.6"; +$VERSION = "1.1.7"; 1; EOF -- cgit v1.2.1