summaryrefslogtreecommitdiffstats
path: root/MDK
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-04-11 14:22:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-04-11 14:22:16 +0000
commit08643b9b36be4d94d44097bce9436abf6dccdf85 (patch)
tree6aac1d047a4559dabd73ea78c6a75ae4b97932e9 /MDK
parentd1fe960e6db0e945e0b65bce2efc957ddb91eb0f (diff)
downloadperl-MDK-Common-08643b9b36be4d94d44097bce9436abf6dccdf85.tar
perl-MDK-Common-08643b9b36be4d94d44097bce9436abf6dccdf85.tar.gz
perl-MDK-Common-08643b9b36be4d94d44097bce9436abf6dccdf85.tar.bz2
perl-MDK-Common-08643b9b36be4d94d44097bce9436abf6dccdf85.tar.xz
perl-MDK-Common-08643b9b36be4d94d44097bce9436abf6dccdf85.zip
many perl_checker enhancements
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 d9fb9f6..1227f91 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.0.4";
+$VERSION = "1.0.5";
1;
EOF