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: 56623
Status: resolved
Priority: 0/
Queue: Perl-Critic

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

Bug Information
Severity: Normal
Broken in: 1.105
Fixed in: 1.108



Subject: Quotes used with an empty string (possibly false positive)
Quotes used with an empty string at line 5, column 23. See page 53 of PBP. 1 #!/usr/bin/perl 2 use strict; 3 4 my $OPT_LINE = 1; 5 my $eol = $OPT_LINE ? " " : "\n";
Subject: Re: [rt.cpan.org #56623] Quotes used with an empty string (possibly false positive)
Date: Wed, 21 Apr 2010 20:51:16 -0500
To: bug-Perl-Critic [...] rt.cpan.org
From: Elliot Shank <perl [...] galumph.com>
Violation description was changed to "Quotes used with a string containing no non-whitespace characters" to make it more clear.