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.