You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@issues.apache.org on 2010/09/08 23:05:19 UTC

[Bug 6488] Lint errors with Perl 5.12.1 in AntiVirus.pm

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6488

Karsten Bräckelmann <gu...@rudersport.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Lint errors with Perl       |Lint errors with Perl
                   |5.12.1                      |5.12.1 in AntiVirus.pm

--- Comment #1 from Karsten Bräckelmann <gu...@rudersport.de> 2010-09-08 17:05:17 UTC ---
> Sep  8 15:23:44.322 [21388] warn: Use of "goto" to jump into a construct is
> deprecated at /opt/ActivePerl-5.12/site/lib/Mail/SpamAssassin/Plugin/Check.pm
> line 409.

Bug 6392, fixed in trunk and 3.3 branch.

> Sep  8 15:23:45.242 [21388] warn: Use of uninitialized value in lc at
> /opt/ActivePerl-5.12/site/lib/Mail/SpamAssassin/Plugin/MIMEEval.pm line 501.

Bug 6396, fixed in trunk and 3.3 branch.

> Sep  8 15:23:45.248 [21388] warn: Use of uninitialized value $name in lc at
> /opt/ActivePerl-5.12/site/lib/Mail/SpamAssassin/Plugin/AntiVirus.pm line 101.
> Sep  8 15:23:45.248 [21388] warn: Use of uninitialized value in lc at
> /opt/ActivePerl-5.12/site/lib/Mail/SpamAssassin/Plugin/AntiVirus.pm line 103.

This appears to be un-reported so far.

> The 'Use of "goto" line appears several times.  Also, there is a warning about
> defined(%hash), but that has already been reported.

Indeed, bug 6392 again.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.