Branch: refs/heads/haarg/allow-use-version-overlap-for-noop-versions Home: https://github.com/Perl/perl5 Commit: 8a7a0154ad08fa9efa0700dded22926805d338d5 https://github.com/Perl/perl5/commit/8a7a0154ad08fa9efa0700dded22926805d338d5 Author: Graham Knop <ha...@haarg.org> Date: 2024-02-22 (Thu, 22 Feb 2024)
Changed paths: M op.c 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