Skip to main content

Module missing_module

Module missing_module 

Source
Expand description

Missing module detection (PL701) Missing module detection lint

Detects use Module statements where the module cannot be resolved in the workspace or configured include paths.

§Diagnostic codes

CodeSeverityDescription
PL701WarningModule not found in include paths

Constants§

CORE_MODULES
Perl core modules that ship with every Perl installation.

Functions§

check_missing_modules
Check for use statements whose modules cannot be resolved.