diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-04 14:21:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-04 14:21:51 +0000 |
commit | 8f48fd94bf41b4c062db2a32803c4abd22b81a33 (patch) | |
tree | f0caa15d4584f677dcb9437214574e9cf350b97c /perl-MDK-Common.spec | |
parent | a329f0c34eb3f9ec1ed4f699c2962ef1cc379a8a (diff) | |
download | perl-MDK-Common-8f48fd94bf41b4c062db2a32803c4abd22b81a33.tar perl-MDK-Common-8f48fd94bf41b4c062db2a32803c4abd22b81a33.tar.gz perl-MDK-Common-8f48fd94bf41b4c062db2a32803c4abd22b81a33.tar.bz2 perl-MDK-Common-8f48fd94bf41b4c062db2a32803c4abd22b81a33.tar.xz perl-MDK-Common-8f48fd94bf41b4c062db2a32803c4abd22b81a33.zip |
more restricted detection of non-use of if_()-like exprs
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index da4c27b..8ec65f1 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -52,7 +52,6 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Dec 4 2002 Pixel <pixel@mandrakesoft.com> 1.0.4-4mdk - warn use of "cond ? list : ()" (use if_(cond, list) instead) -- adapt MDK::Common::* to this (using @{[]} instead of () to avoid the warning) * Mon Dec 2 2002 Pixel <pixel@mandrakesoft.com> 1.0.4-3mdk - add output_with_perm(), cat_or_die() |