diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-19 14:48:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-19 14:48:46 +0000 |
commit | a4ebe5a0284255cc7a0946f1e895af94e37b7c86 (patch) | |
tree | 93a44f80f2540fadfc54e5777cb1ad1510fc92f4 /MDK/Common.pm.pl | |
parent | 30b881dc48fbcd78093970540164b39fb5667563 (diff) | |
download | perl-MDK-Common-a4ebe5a0284255cc7a0946f1e895af94e37b7c86.tar perl-MDK-Common-a4ebe5a0284255cc7a0946f1e895af94e37b7c86.tar.gz perl-MDK-Common-a4ebe5a0284255cc7a0946f1e895af94e37b7c86.tar.bz2 perl-MDK-Common-a4ebe5a0284255cc7a0946f1e895af94e37b7c86.tar.xz perl-MDK-Common-a4ebe5a0284255cc7a0946f1e895af94e37b7c86.zip |
- read_gnomekderc() & update_gnomekderc() will now handle key=value where key
can contain spaces
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r-- | MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |