summaryrefslogtreecommitdiffstats
path: root/lib/MDK/Common.pm.pl
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-04-14 15:39:03 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-04-14 15:39:03 +0000
commit4f3c32546b547af6262d8930a45dba1424528eeb (patch)
treebddfab1058bf96cc9d76de9ff6ae4356b3cdc24b /lib/MDK/Common.pm.pl
parentd05d91c1964a43c3e5c80a2681dcbf76eca16ca6 (diff)
downloadperl-MDK-Common-4f3c32546b547af6262d8930a45dba1424528eeb.tar
perl-MDK-Common-4f3c32546b547af6262d8930a45dba1424528eeb.tar.gz
perl-MDK-Common-4f3c32546b547af6262d8930a45dba1424528eeb.tar.bz2
perl-MDK-Common-4f3c32546b547af6262d8930a45dba1424528eeb.tar.xz
perl-MDK-Common-4f3c32546b547af6262d8930a45dba1424528eeb.zip
decode ' inside '' properly in getVarsFromSh
Diffstat (limited to 'lib/MDK/Common.pm.pl')
-rw-r--r--lib/MDK/Common.pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl
index 5f53635..51090c5 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.17";
+our $VERSION = "1.2.18";
1;
EOF