Branch: refs/heads/haarg/allow-use-version-overlap-for-noop-versions Home: https://github.com/Perl/perl5 Commit: 5f7bafd3ffe878aef941a1532b787202ec1a5ad0 https://github.com/Perl/perl5/commit/5f7bafd3ffe878aef941a1532b787202ec1a5ad0 Author: Graham Knop <ha...@haarg.org> Date: 2024-02-22 (Thu, 22 Feb 2024)
Changed paths: M op.c M t/lib/feature/implicit M t/lib/warnings/op M t/lib/warnings/pp_ctl Log Message: ----------- allow multiple use v5.x declarations in some cases where it's harmless We want to disallow using multiple "use v5.x" declarations in the same scope, but there are some cases we know to be harmless. For versions before 5.10, the use declaration was only a version check with no side effects. If there was a previous version declarations that was below 5.10, we can safely ignore it without a warning or error. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications