diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-04 22:11:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-04 22:11:57 +0000 |
commit | 4709dc6a4005bda226fb9c7b73282468d2c5d836 (patch) | |
tree | cc69c7ed351effc87baf21b045019275e8f9deda /perl-MDK-Common.spec | |
parent | a9a9b4fe62d034bcc8692d14289386bd4024d021 (diff) | |
download | perl-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.spec | 7 |
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) |