Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 8f770826b6c32799ae766feb28830018349c2d70
      
https://github.com/Perl/perl5/commit/8f770826b6c32799ae766feb28830018349c2d70
  Author: Graham Knop <ha...@haarg.org>
  Date:   2024-02-27 (Tue, 27 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

Reply via email to