Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-Critic-StricterSubs CPAN distribution.

Report information
The Basics
Id: 88133
Status: new
Priority: 0/
Queue: Perl-Critic-StricterSubs

People
Owner: Nobody in particular
Requestors: kurt [...] blackwell.id.au
Cc:
AdminCc:

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



Subject: use utf8
StricterSubs warns that subroutines like utf8::decode require "use utf8" and also reports an encapsulation violation, however "use utf8" has entirely different meaning related to the interpretation of unicode characters in the source file. Subroutines under utf8 should be implicitly defined.