Description
Source code can be checked for suspicious Perl constructs through the B::Lint analyzer. Developers use it to catch questionable code patterns while reviewing scripts or maintaining older Perl projects. It inspects source code and reports warnings rather than modifying files.