Branch: refs/heads/haarg/undefined-import-warning
Home: https://github.com/Perl/perl5
Commit: f745d33cd5d10741ca91fc863fd100f2ec8f795d
https://github.com/Perl/perl5/commit/f745d33cd5d10741ca91fc863fd100f2ec8f795d
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