pub const CORE_MODULES: &'static [&'static str];Expand description
Perl core modules that ship with every Perl installation.
This list prevents false positives when use_system_inc is false.
Conservative (under-includes) — a missed detection is better than
a false positive that erodes diagnostic trust.