kobaken
Results
1
issues of
kobaken
## Summary Add a new policy `InputOutput::RequireUseUTF8` that requires the `use utf8` pragma before any code that could contain UTF-8 string literals. ## Code Examples ### ❌ Violation ```perl use...