Branch: refs/heads/haarg/undefined-import-warning
Home: https://github.com/Perl/perl5
Commit: 60752d0a73c3678020cbcc6bcf8d55d02f616845
https://github.com/Perl/perl5/commit/60752d0a73c3678020cbcc6bcf8d55d02f616845
Author: Graham Knop <[email protected]>
Date: 2026-01-06 (Tue, 06 Jan 2026)
Changed paths:
M lib/warnings.pm
M pod/perldeprecation.pod
M pod/perldiag.pod
M regen/warnings.pl
M t/op/universal.t
M universal.c
M warnings.h
Log Message:
-----------
make calling an undefined import method a warning
Partial revert of f430ad845a2f4f64125379fb1e31ac5bd85a4e91 (PR #23992)
This changes calling an undefined import or unimport method with
arguments back to a warning, but not a deprecation. Making this fatal
had a very large amount of fallout for extremely marginal gains. It has
been decided that a warning is enough, and making it fatal in the future
will not be pursued.
Fixes #24058
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications