summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-04 22:11:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-04 22:11:57 +0000
commit4709dc6a4005bda226fb9c7b73282468d2c5d836 (patch)
treecc69c7ed351effc87baf21b045019275e8f9deda /perl-MDK-Common.spec
parenta9a9b4fe62d034bcc8692d14289386bd4024d021 (diff)
downloadperl-MDK-Common-4709dc6a4005bda226fb9c7b73282468d2c5d836.tar
perl-MDK-Common-4709dc6a4005bda226fb9c7b73282468d2c5d836.tar.gz
perl-MDK-Common-4709dc6a4005bda226fb9c7b73282468d2c5d836.tar.bz2
perl-MDK-Common-4709dc6a4005bda226fb9c7b73282468d2c5d836.tar.xz
perl-MDK-Common-4709dc6a4005bda226fb9c7b73282468d2c5d836.zip
handle "use lib qw(...)"
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 8ec65f1..ab4d01d 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 4mdk
+%define release 5mdk
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
+* Wed Dec 4 2002 Pixel <pixel@mandrakesoft.com> 1.0.4-5mdk
+- add unused variable detection
+- allow $AUTOLOAD usage in AUTOLOAD()
+- handle "use lib qw(...)"
+
* Wed Dec 4 2002 Pixel <pixel@mandrakesoft.com> 1.0.4-4mdk
- warn use of "cond ? list : ()" (use if_(cond, list) instead)