diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-06 22:58:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-06 22:58:45 +0000 |
commit | f77da0ea13e278254462c123518881e1dc19085a (patch) | |
tree | cd451f8cc0f5a66f0af5a50a454918e369ef6a3a /perl-MDK-Common.spec | |
parent | 9c26d2a7767e50e8a8023c6a6db9c0199fbb2839 (diff) | |
download | perl-MDK-Common-f77da0ea13e278254462c123518881e1dc19085a.tar perl-MDK-Common-f77da0ea13e278254462c123518881e1dc19085a.tar.gz perl-MDK-Common-f77da0ea13e278254462c123518881e1dc19085a.tar.bz2 perl-MDK-Common-f77da0ea13e278254462c123518881e1dc19085a.tar.xz perl-MDK-Common-f77da0ea13e278254462c123518881e1dc19085a.zip |
- perl_checker: many more warnings
- warn unneeded parentheses after an infix foreach/if/unless
- error when "unless" is used with complex expressions
- force $_ to be localised when "while (<FILEHANDLE>)" is used
- force FILEHANDLE to be localised when "open FILEHANDLE, ..." is used
- warn about one-character long functions (esp. for &N and &_)
- warn when N("...") is misused
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index f76f378..8e886a6 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 17mdk +%define release 18mdk Summary: Various simple functions Name: perl-MDK-Common @@ -50,6 +50,15 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Thu Nov 7 2002 Pixel <pixel@mandrakesoft.com> 1.0.3-18mdk +- perl_checker: many more warnings + - warn unneeded parentheses after an infix foreach/if/unless + - error when "unless" is used with complex expressions + - force $_ to be localised when "while (<FILEHANDLE>)" is used + - force FILEHANDLE to be localised when "open FILEHANDLE, ..." is used + - warn about one-character long functions (esp. for &N and &_) + - warn when N("...") is misused + * Thu Oct 17 2002 Pixel <pixel@mandrakesoft.com> 1.0.3-17mdk - add a check for function call PKG::f instead of PKG::f() - ensure a missing "=cut" doesn't make perl_checker go crazy (eg: when titi adds some doc) |