diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 13:31:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 13:31:19 +0000 |
commit | 7b7cbbf359ea3a53062adebb5edc8c2dd29ca6fc (patch) | |
tree | 3fb0aa82746542684f35459e2d8cbaa8f4ede1cc /perl-MDK-Common.spec | |
parent | e969a4d57c50899544bb7c508180e02bd681bca5 (diff) | |
download | perl-MDK-Common-7b7cbbf359ea3a53062adebb5edc8c2dd29ca6fc.tar perl-MDK-Common-7b7cbbf359ea3a53062adebb5edc8c2dd29ca6fc.tar.gz perl-MDK-Common-7b7cbbf359ea3a53062adebb5edc8c2dd29ca6fc.tar.bz2 perl-MDK-Common-7b7cbbf359ea3a53062adebb5edc8c2dd29ca6fc.tar.xz perl-MDK-Common-7b7cbbf359ea3a53062adebb5edc8c2dd29ca6fc.zip |
- perl_checker:
- check occurences of "$foo ? $foo : $bar"
- disallow "fq::f args" when args is not parenthesized
Diffstat (limited to 'perl-MDK-Common.spec')
-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 b3770af..3ccb6f6 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 14mdk +%define release 15mdk Summary: Various simple functions Name: perl-MDK-Common @@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Thu Jan 16 2003 Pixel <pixel@mandrakesoft.com> 1.0.4-15mdk +- perl_checker: + - check occurences of "$foo ? $foo : $bar" + - disallow "fq::f args" when args is not parenthesized + * Wed Jan 15 2003 Pixel <pixel@mandrakesoft.com> 1.0.4-14mdk - perl_checker: when generating pot, add an header and fake line numbers to please msgmerge |