Perl-Critic / Perl-Critic-StricterSubs

Perl::Critic plugin for stricter subroutine checks
http://perlcritic.com
Other
9 stars 3 forks source link

RequireExplicitInclusion should not complain about STDOUT, STDERR or STDIN #21

Closed petdance closed 3 weeks ago

petdance commented 1 month ago

None of these should cause warnings.

STDIN->autoflush;
STDOUT->autoflush;
STDERR->autoflush;
petdance commented 3 weeks ago

This will be in the 0.08 release.