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

People
Owner: Nobody in particular
Requestors: apam [...] internode.com.au
Cc:
AdminCc:

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



Subject: False positive in InputOutput::RequireChecked*
Date: Mon, 18 Jun 2007 16:13:46 +0930
To: bug-Perl-Critic [...] rt.cpan.org
From: Andrew Pam <apam [...] internode.com.au>
InputOutput::RequireCheckedOpen and InputOutput::RequireCheckedClose will wrongly report calls to open and close after "use Fatal qw(open close);". Perl Best Practices recommends this on page 278 of Chapter 13: Error Handling. Regards, Andrew
Subject: Re: [rt.cpan.org #27618] False positive in InputOutput::RequireChecked*
Date: Tue, 19 Jun 2007 20:44:51 -0700 (PDT)
To: bug-Perl-Critic [...] rt.cpan.org
From: Jeffrey Thalhammer <jeffrey_thalhammer [...] yahoo.com>
Show quoted text
> InputOutput::RequireCheckedOpen and > InputOutput::RequireCheckedClose > will wrongly report calls to open and close after > "use Fatal qw(open > close);". > > Perl Best Practices recommends this on page 278 of > Chapter 13: Error > Handling.
Thanks. That's on our TODO list. I'll let you know when it is fixed. -Jeff Show quoted text
____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
On Tue Jun 19 23:45:08 2007, jeffrey_thalhammer@yahoo.com wrote: Show quoted text
> Thanks. That's on our TODO list. I'll let you know > when it is fixed.
It looks to me as if this is fixed now. Can it be resolved, or am I missing something?
Yup, this looks to be done (and released). Marking it resolved. Thanks for reporting this bug. -Jeff