diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-28 08:05:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-28 08:05:30 +0000 |
commit | 2c3aeda9e08294259d8dc73f894d2afc1342de94 (patch) | |
tree | f3bdf06fa7952821894ce6a373c9c8bcbfaa261e /MDK/Common.pm.pl | |
parent | f350421afc41b86767bbf231f41d0e3a2095a2c9 (diff) | |
download | perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.tar perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.tar.gz perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.tar.bz2 perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.tar.xz perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.zip |
- fix single/quote handling in getVarsFromSh()
- setVarsInSh() now handles characters $, ', \" and spaces in the value
- fix cp_af() for symlinks to directories
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 1fb11fa..fea6a8f 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -74,7 +74,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.12"; +$VERSION = "1.1.13"; 1; EOF |