abstract class
Analyzer::Perl::PerlEngine
- Analyzer::Perl::PerlEngine
- Analyzer
- Reference
- Object
Direct Known Subclasses
Defined in:
analyzer/engines/perl_engine.crConstant Summary
-
PERL_SOURCE_EXTENSIONS =
[".pl", ".pm", ".psgi", ".t"] -
Perl ships in
.pl,.pm,.psgi, and.t. Pull those from the extension index instead of walking the whole monorepofile_map. Adapters still re-filter inside#analyze_filefor framework-specific rules (e.g. skipping.ttests). Paths are detector-registered regular files — no per-pathFile.exists?/File.directory?.