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

People
Owner: Nobody in particular
Requestors: Kenneth.Schafer [...] mathworks.com
Cc:
AdminCc:

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



Subject: 'File handle for "print" is not braced' warning returns the wrong page reference in PBP
Date: Thu, 5 Oct 2006 13:51:55 -0400
To: <bug-Perl-Critic [...] rt.cpan.org>
From: "Kenneth Schafer" <Kenneth.Schafer [...] mathworks.com>
The 'File handle for "print" is not braced' warning from Perl Critic 0.20 gives a reference to page 211 in PBP, however it should be page 217. Distribution name and version (For example, "DBIx-SearchBuilder-0.46") Perl-Critic-0.2 Perl version (Find this by running the command perl -v) 5.8.6 Operating System vendor and version (Find this by running the command uname -a) Linux Debian 3.x and Suse 9.3 Exact cut and pasted error or warning messages File handle for "print" is not braced at line 21, column 5. See page 211 of PBP. (Severity: 1)
From: CDOLAN [...] cpan.org
On Thu Oct 05 13:52:17 2006, Kenneth.Schafer@mathworks.com wrote: Show quoted text
> The 'File handle for "print" is not braced' warning from Perl Critic > 0.20 gives a reference to page 211 in PBP, however it should be page > 217.
Fixed. That was a copy-and-paste-o from ProhibitReadlineInForLoop.pm -- Chris