summaryrefslogtreecommitdiffstats
path: root/MDK
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-28 08:04:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-28 08:04:11 +0000
commitf350421afc41b86767bbf231f41d0e3a2095a2c9 (patch)
treec984e4b027a386c9716a6700843de9adf63b5e9b /MDK
parenteb7b9f404f2405a1cb152fac39101200ec3b9d98 (diff)
downloadperl-MDK-Common-f350421afc41b86767bbf231f41d0e3a2095a2c9.tar
perl-MDK-Common-f350421afc41b86767bbf231f41d0e3a2095a2c9.tar.gz
perl-MDK-Common-f350421afc41b86767bbf231f41d0e3a2095a2c9.tar.bz2
perl-MDK-Common-f350421afc41b86767bbf231f41d0e3a2095a2c9.tar.xz
perl-MDK-Common-f350421afc41b86767bbf231f41d0e3a2095a2c9.zip
many perl_checker enhancements and cleanup
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 868337d..1fb11fa 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.11";
+$VERSION = "1.1.12";
1;
EOF