logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TooMuchCode::ProhibitUnusedImport -- Find 'use utf8' statement that produces (almost) no effect.

Description

       The utf8 pragma is used to declare that the source code itself can be decoded by utf-8 encoding rule as a
       sequence of characters. What this means is that all the characters in the code are within the ASCII
       range.

perl v5.36.0                                       2023-10-05             Perl::Critic::P...ssaryUTF8Pragma(3pm)

Name

       TooMuchCode::ProhibitUnusedImport -- Find 'use utf8' statement that produces (almost) no effect.

See Also