in reply to Re^6: diagnostics: warning, deprecation, error
in thread diagnostics: warning, deprecation, error
As someone who help people with their Can't locate problems numerous times, the inclusion of @INC has been useful virtually every time. It helps identify which Perl is used, it helps identify if local::lib, PERL5LIB or something else is being used or not, and it helps identify what path was added using PERL5LIB (which is often different than what the user claims was added). These are key in debugging such problems.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: diagnostics: warning, deprecation, error
by ikegami (Patriarch) on Feb 21, 2026 at 17:04 UTC |