This document discusses Perl::Lint, a source code linter for Perl that is faster than existing linters like Perl::Critic. It provides an overview of Perl::Lint's architecture, implementation details like its use of Compiler::Lexer for fast tokenization, and future plans like implementing more policies and integrating with tools like GitHub. The document promotes Perl::Lint as an alternative to Perl::Critic for quickly linting large codebases while code is being developed.