diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-03-10 17:19:35 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-03-10 17:19:35 +0000 |
commit | d1aaeb46ed5fc7609199c491627abdc16970d0b2 (patch) | |
tree | bdd4da9a93947e458e68d16171f2eb6ecad03c9f /lib/MDK/Common.pm.pl | |
parent | 3c47af81cc0fcd39a403feccb72e281ea87f1f24 (diff) | |
download | perl-MDK-Common-d1aaeb46ed5fc7609199c491627abdc16970d0b2.tar perl-MDK-Common-d1aaeb46ed5fc7609199c491627abdc16970d0b2.tar.gz perl-MDK-Common-d1aaeb46ed5fc7609199c491627abdc16970d0b2.tar.bz2 perl-MDK-Common-d1aaeb46ed5fc7609199c491627abdc16970d0b2.tar.xz perl-MDK-Common-d1aaeb46ed5fc7609199c491627abdc16970d0b2.zip |
protect various chars in setExportedVarsInSh and setExportedVarsInCsh
Diffstat (limited to 'lib/MDK/Common.pm.pl')
-rw-r--r-- | lib/MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl index 3ca2d6f..5f53635 100644 --- a/lib/MDK/Common.pm.pl +++ b/lib/MDK/Common.pm.pl @@ -73,7 +73,7 @@ our @ISA = qw(Exporter); # perl_checker: RE-EXPORT-ALL our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -our $VERSION = "1.2.16"; +our $VERSION = "1.2.17"; 1; EOF |