The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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.