Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-Critic CPAN distribution.

Report information
The Basics
Id: 89923
Status: new
Priority: 0/
Queue: Perl-Critic

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

Bug Information
Severity: Normal
Broken in: 1.118
Fixed in: (no value)



Subject: RequireLocalizedPunctuationVars should allow $DATA
I've got this report: [Variables::RequireLocalizedPunctuationVars] Magic variable "$DATA" should be assigned as "local" at line 44, near '$DATA[ $id ] = {'. (Severity: 4) But AFAIK there is no magic variable $DATA or @DATA. I suppose this is false positive because of magic glob *DATA which should affect only file descriptors, and not scalar/array/hash.