diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-04-25 08:36:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-04-25 08:36:26 +0000 |
commit | c2fdab8c45b5648c31476107c960c02c56bf10ce (patch) | |
tree | f88f76003317f0a13f9d453531937e1f703826d7 /MDK/Common.pm.pl | |
parent | f030176694f7c12972c4c2b59267220dfb0759c2 (diff) | |
download | perl-MDK-Common-c2fdab8c45b5648c31476107c960c02c56bf10ce.tar perl-MDK-Common-c2fdab8c45b5648c31476107c960c02c56bf10ce.tar.gz perl-MDK-Common-c2fdab8c45b5648c31476107c960c02c56bf10ce.tar.bz2 perl-MDK-Common-c2fdab8c45b5648c31476107c960c02c56bf10ce.tar.xz perl-MDK-Common-c2fdab8c45b5648c31476107c960c02c56bf10ce.zip |
perl_checker: enhanced "number of arguments" checking, including method calls
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r-- | MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 3c08fee..3770ff6 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.0"; +$VERSION = "1.1.1"; 1; EOF |