summaryrefslogtreecommitdiffstats
path: root/MDK
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-05-16 10:59:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-05-16 10:59:03 +0000
commit01b8c19bc5da6f55a2667f86939eb35961e6eabf (patch)
treebc4bccf4de681ba06fd6bc67a0d7e57097d2b53e /MDK
parent48f0a7af6acc58f586740b921d7fa0fbde722d92 (diff)
downloadperl-MDK-Common-01b8c19bc5da6f55a2667f86939eb35961e6eabf.tar
perl-MDK-Common-01b8c19bc5da6f55a2667f86939eb35961e6eabf.tar.gz
perl-MDK-Common-01b8c19bc5da6f55a2667f86939eb35961e6eabf.tar.bz2
perl-MDK-Common-01b8c19bc5da6f55a2667f86939eb35961e6eabf.tar.xz
perl-MDK-Common-01b8c19bc5da6f55a2667f86939eb35961e6eabf.zip
fix pot generation (have \" instead of \\\")
Diffstat (limited to 'MDK')
-rw-r--r--MDK/Common.pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl
index 5b8b177..d478576 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.2";
+$VERSION = "1.1.3";
1;
EOF