in reply to Re^4: diagnostics: warning, deprecation, error
in thread diagnostics: warning, deprecation, error
This is much nicer, and I guess I've always just accepted the way it is now for historic reasons, it looked liked this since I first experienced it, and I knew what it meant and what to do. I'm putting together a patch that makes it look like your suggestion:
./perl -MDerp::Derp Can't locate Derp/Derp.pm in @INC See: perldoc -v @INC You may need to install the Derp::Derp module: https://metacpan.org/search?q=Derp::Derp @INC entries checked: /home/marto/localperl/lib/site_perl/5.42.0/x86_64-linux /home/marto/localperl/lib/site_perl/5.42.0 /home/marto/localperl/lib/5.42.0/x86_64-linux /home/marto/localperl/lib/5.42.0. BEGIN failed--compilation aborted. ~/localperl/bin
But need to fix the breaking tests that go looking for the old format in:
Failed 5 tests out of 2667, 99.81% okay. ../cpan/Test-Simple/t/Legacy/fail-more.t ../cpan/parent/t/parent.t op/inccode-tie.t op/inccode.t op/require_errors.t
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: diagnostics: warning, deprecation, error
by Anonymous Monk on Feb 20, 2026 at 20:59 UTC | |
by ikegami (Patriarch) on Feb 20, 2026 at 22:01 UTC | |
by ikegami (Patriarch) on Feb 21, 2026 at 17:04 UTC | |
by marto (Cardinal) on Feb 21, 2026 at 11:44 UTC | |
|
Re^6: diagnostics: warning, deprecation, error
by ikegami (Patriarch) on Feb 17, 2026 at 15:22 UTC | |
by marto (Cardinal) on Feb 17, 2026 at 20:27 UTC | |
by pryrt (Abbot) on Feb 17, 2026 at 17:18 UTC | |
by Anonymous Monk on Feb 17, 2026 at 16:42 UTC |