summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-04 13:16:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-04 13:16:15 +0000
commita329f0c34eb3f9ec1ed4f699c2962ef1cc379a8a (patch)
tree88d995d52710d0152fb727ad6dc73ed5f1524b85 /perl-MDK-Common.spec
parent15698d0e3d680ce81348237b718834bd3b72ef15 (diff)
downloadperl-MDK-Common-a329f0c34eb3f9ec1ed4f699c2962ef1cc379a8a.tar
perl-MDK-Common-a329f0c34eb3f9ec1ed4f699c2962ef1cc379a8a.tar.gz
perl-MDK-Common-a329f0c34eb3f9ec1ed4f699c2962ef1cc379a8a.tar.bz2
perl-MDK-Common-a329f0c34eb3f9ec1ed4f699c2962ef1cc379a8a.tar.xz
perl-MDK-Common-a329f0c34eb3f9ec1ed4f699c2962ef1cc379a8a.zip
- warn use of "cond ? list : ()" (use if_(cond, list) instead)
- adapt MDK::Common::* to this (using @{[]} instead of () to avoid the warning)
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r--perl-MDK-Common.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec
index ee3e00a..da4c27b 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 3mdk
+%define release 4mdk
Summary: Various simple functions
Name: perl-MDK-Common
@@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
# MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common
%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()
- some more checks in perl_checker ($1 =~ /re/ is a warning)