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 | |
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
-rw-r--r-- | MDK/Common.pm.pl | 2 | ||||
-rw-r--r-- | perl-MDK-Common.spec | 5 |
2 files changed, 6 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 diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index de97ed2..1d8978e 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -72,6 +72,11 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Mon Jun 28 2004 Pixel <pixel@mandrakesoft.com> 1.1.13-1mdk +- fix single/quote handling in getVarsFromSh() +- setVarsInSh() now handles characters $, ', \" and spaces in the value +- fix cp_af() for symlinks to directories + * Mon May 10 2004 Pixel <pixel@mandrakesoft.com> 1.1.12-1mdk - many perl_checker enhancements and cleanup |