Mon May 02 16:53:11 2011user42 [...] zip.com.au - Ticket created
Subject:
functions_that_take_filehandles() also binmode
Date:
Tue, 03 May 2011 06:53:01 +1000
To:
bug-Perl-Critic-StricterSubs [...] rt.cpan.org
From:
Kevin Ryde <user42 [...] zip.com.au>
In Perl::Critic::StricterSubs::Utils
functions_that_take_filehandles() might include binmode() too, as for
binmode FH
or die;
setting binary mode, so the FH isn't taken to be a function call.