diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-05 23:44:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-05 23:44:12 +0000 |
commit | 71ede0125f384c9e243a8f76b59ab06149e25867 (patch) | |
tree | b465c28df632bf44ec09f5990ae41df77f7e4016 | |
parent | 7a51968d7ddc218315482d6ddbc743cc6de607a4 (diff) | |
download | perl-MDK-Common-71ede0125f384c9e243a8f76b59ab06149e25867.tar perl-MDK-Common-71ede0125f384c9e243a8f76b59ab06149e25867.tar.gz perl-MDK-Common-71ede0125f384c9e243a8f76b59ab06149e25867.tar.bz2 perl-MDK-Common-71ede0125f384c9e243a8f76b59ab06149e25867.tar.xz perl-MDK-Common-71ede0125f384c9e243a8f76b59ab06149e25867.zip |
- perl_checker now checks usage of $_
- ignore unknown functions coming from XS bootstrap when we can't use the .c
to know the list of functions provided by the XS extension
-rw-r--r-- | perl-MDK-Common.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index ab4d01d..5df1e9f 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 5mdk +%define release 6mdk Summary: Various simple functions Name: perl-MDK-Common @@ -50,6 +50,11 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Fri Dec 6 2002 Pixel <pixel@mandrakesoft.com> 1.0.4-6mdk +- perl_checker now checks usage of $_ +- ignore unknown functions coming from XS bootstrap when we can't use the .c + to know the list of functions provided by the XS extension + * Wed Dec 4 2002 Pixel <pixel@mandrakesoft.com> 1.0.4-5mdk - add unused variable detection - allow $AUTOLOAD usage in AUTOLOAD() |