summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-04-25 08:36:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-04-25 08:36:26 +0000
commitc2fdab8c45b5648c31476107c960c02c56bf10ce (patch)
treef88f76003317f0a13f9d453531937e1f703826d7
parentf030176694f7c12972c4c2b59267220dfb0759c2 (diff)
downloadperl-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
-rw-r--r--MDK/Common.pm.pl2
-rw-r--r--perl-MDK-Common.spec5
2 files changed, 5 insertions, 2 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
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec
index 31ef0a8..47e8c5e 100644
--- a/perl-MDK-Common.spec
+++ b/perl-MDK-Common.spec
@@ -2,7 +2,7 @@
# do not change the version here, change in MDK/Common.pm.pl
%define version THEVERSION
-%define release 2mdk
+%define release 1mdk
Summary: Various simple functions
Name: perl-MDK-Common
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
# MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common
%changelog
+* Fri Apr 25 2003 Pixel <pixel@mandrakesoft.com> 1.1.1-1mdk
+- perl_checker: enhanced "number of arguments" checking, including method calls
+
* Fri Apr 18 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 1.1.0-2mdk
- add the tutorial to the -devel package