Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Filter CPAN distribution.

Report information
The Basics
Id: 2986
Status: resolved
Priority: 0/
Queue: Email-Filter

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.0
Fixed in: (no value)



Subject: fix warning under "perl -cw"
Here's a syntax clean-up that prevents a warning when using "perl -cw": 150c150 < my $obj = bless { --- Show quoted text
> $obj = bless {
#### Otherwise you get: :"my" variable $obj masks earlier declaration in same scope
This was fixed and this bug should be closed.
Fixed in production already. -- rjbs