summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-05 23:44:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-05 23:44:12 +0000
commit71ede0125f384c9e243a8f76b59ab06149e25867 (patch)
treeb465c28df632bf44ec09f5990ae41df77f7e4016 /perl-MDK-Common.spec
parent7a51968d7ddc218315482d6ddbc743cc6de607a4 (diff)
downloadperl-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
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r--perl-MDK-Common.spec7
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()