diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-28 01:04:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-28 01:04:21 +0000 |
commit | 3b4d4b850344bda9458ee792356188db997ccb63 (patch) | |
tree | fcf74acb727e2b30224a903cded4515ba23352ff /perl-MDK-Common.spec | |
parent | 1d20adfc99c81fd83bf3023c412976a4f389b630 (diff) | |
download | perl-MDK-Common-3b4d4b850344bda9458ee792356188db997ccb63.tar perl-MDK-Common-3b4d4b850344bda9458ee792356188db997ccb63.tar.gz perl-MDK-Common-3b4d4b850344bda9458ee792356188db997ccb63.tar.bz2 perl-MDK-Common-3b4d4b850344bda9458ee792356188db997ccb63.tar.xz perl-MDK-Common-3b4d4b850344bda9458ee792356188db997ccb63.zip |
new perl_checker now has every feature of the old version
(except checking $_ in small subs, a more global solution should come)
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index aa9c920..da65584 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 1mdk +%define release 2mdk Summary: Various simple functions Name: perl-MDK-Common @@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Thu Nov 28 2002 Pixel <pixel@mandrakesoft.com> 1.0.4-2mdk +- new perl_checker now has every feature of the old version + (except checking $_ in small subs, a more global solution should come) + * Wed Nov 13 2002 Pixel <pixel@mandrakesoft.com> 1.0.4-1mdk - new perl_checker written in OCaml (not as featured as previous perl_checker yet) - MDK::* made perl_checker compliant |