From c2fdab8c45b5648c31476107c960c02c56bf10ce Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Apr 2003 08:36:26 +0000 Subject: perl_checker: enhanced "number of arguments" checking, including method calls --- MDK/Common.pm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MDK/Common.pm.pl') 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 -- cgit v1.2.1