diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-04-17 11:38:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-04-17 11:38:51 +0000 |
commit | 872810e1e03dc99f39d1a0aecb2081e3894ec8f4 (patch) | |
tree | caa0af546d49e4c4a137ebaffc2a4e50f64ed9bc /perl-MDK-Common.spec | |
parent | 6e2837dcdd4dff544631e3957ec57e91481a5490 (diff) | |
download | perl-MDK-Common-872810e1e03dc99f39d1a0aecb2081e3894ec8f4.tar perl-MDK-Common-872810e1e03dc99f39d1a0aecb2081e3894ec8f4.tar.gz perl-MDK-Common-872810e1e03dc99f39d1a0aecb2081e3894ec8f4.tar.bz2 perl-MDK-Common-872810e1e03dc99f39d1a0aecb2081e3894ec8f4.tar.xz perl-MDK-Common-872810e1e03dc99f39d1a0aecb2081e3894ec8f4.zip |
basic "number of arguments" checking
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 480b475..67d8f6f 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 @@ -51,13 +51,11 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog -* Thu Apr 17 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.0-2mdk -- fix tools crash in each_index - -* Wed Apr 16 2003 Pixel <pixel@mandrakesoft.com> 1.1.0-1mdk +* Thu Apr 17 2003 Pixel <pixel@mandrakesoft.com> 1.1.0-1mdk - MDK::Common::Func: map_index, each_index and grep_index do not pass $::i as a parameter anymore (this breaks backward compatibility, but it is cleaner and otherwise perl_checker doesn't handle it correctly) +- basic "number of arguments" checking * Fri Apr 11 2003 Pixel <pixel@mandrakesoft.com> 1.0.5-1mdk - many perl_checker enhancements: |