diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-07-30 17:08:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-07-30 17:08:56 +0000 |
commit | 480ff60efb93326d1957b7f386b3153e25c65cd7 (patch) | |
tree | ecc588c5c6c22afa6c2997d40dddebc006909115 /MDK/Common.pm.pl | |
parent | 3d9f981765e3bbfdc833e20a40b085478e6210c3 (diff) | |
download | perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.tar perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.tar.gz perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.tar.bz2 perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.tar.xz perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.zip |
- add read_gnomekderc() (and make update_gnomekderc() a little more robust when the category is plain weird)
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 cb5152d..d60dabe 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.4"; +$VERSION = "1.1.5"; 1; EOF |