RT for rt.cpan.org
Skip Menu
|
Bug #52391 for Perl-Critic: Perl::Critic::Policy::InputOutput::RequireBriefOpen doesn't support CORE::close
Active bugs
Resolved bugs
Rejected bugs
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:
52391
Status:
resolved
Priority:
0/
Queue:
Perl-Critic
People
Owner:
Nobody in particular
Requestors:
adamk [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
1.108
History
Show all quoted text
Thu Dec 03 06:51:57 2009
adamk [...] cpan.org - Ticket created
Subject:
Perl::Critic::Policy::InputOutput::RequireBriefOpen doesn't support CORE::close
open( my $fh, '<', $filename ); my $value = <$fh>; CORE::close($fh); # Nuff said
Mon Dec 14 21:53:39 2009
wyant [...] cpan.org - Correspondence added
Proposed fix committed as revision 3731.
Mon Dec 14 21:53:40 2009
The RT System itself - Status changed from 'new' to 'open'
Sun Jun 27 15:18:59 2010
ELLIOTJS [...] cpan.org - Status changed from 'open' to 'resolved'
Sun Jun 27 15:19:00 2010
ELLIOTJS [...] cpan.org - Fixed in 1.108 added