diff options
-rw-r--r-- | MDK/Common.pm.pl | 2 | ||||
-rw-r--r-- | perl-MDK-Common.spec | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 3770ff6..5b8b177 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -71,7 +71,7 @@ use vars qw(@ISA @EXPORT $VERSION); #); # perl_checker: RE-EXPORT-ALL @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -$VERSION = "1.1.1"; +$VERSION = "1.1.2"; 1; EOF diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 47e8c5e..592b2d8 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -52,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Tue Apr 29 2003 Pixel <pixel@mandrakesoft.com> 1.1.2-1mdk +- perl_checker: more context checks + - ensure the values are used (eg: "map { ... } ...", "/xxx/") + - ensure the values "... or ...", "... and ..." are not used + * Fri Apr 25 2003 Pixel <pixel@mandrakesoft.com> 1.1.1-1mdk - perl_checker: enhanced "number of arguments" checking, including method calls |