summaryrefslogtreecommitdiffstats
path: root/MDK/Common.pm.pl
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-04-29 17:23:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-04-29 17:23:06 +0000
commit6c33ba9be6861238d8c7d01e1e1af32225e7b56b (patch)
treeb9ae576482d4fefea5d595c47c8ca410db8fe5b4 /MDK/Common.pm.pl
parent246198a554463d4778a28954ba279a21c97850cb (diff)
downloadperl-MDK-Common-6c33ba9be6861238d8c7d01e1e1af32225e7b56b.tar
perl-MDK-Common-6c33ba9be6861238d8c7d01e1e1af32225e7b56b.tar.gz
perl-MDK-Common-6c33ba9be6861238d8c7d01e1e1af32225e7b56b.tar.bz2
perl-MDK-Common-6c33ba9be6861238d8c7d01e1e1af32225e7b56b.tar.xz
perl-MDK-Common-6c33ba9be6861238d8c7d01e1e1af32225e7b56b.zip
- perl_checker: more context checks
- ensure the values are used (eg: "map { ... } ...", "/xxx/") - ensure the values "... or ...", "... and ..." are not used
Diffstat (limited to 'MDK/Common.pm.pl')
-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 3770ff6..5b8b177 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.1";
+$VERSION = "1.1.2";
1;
EOF