[Perl/perl5] 093a1b: Make «use 5.036;» respect -X

2023-09-09 Thread Leon Timmermans via perl5-changes
  Branch: refs/heads/leont/x536
  Home:   https://github.com/Perl/perl5
  Commit: 093a1b2297bdc80f4ff4047b3db29f7ee2575292
  
https://github.com/Perl/perl5/commit/093a1b2297bdc80f4ff4047b3db29f7ee2575292
  Author: Leon Timmermans 
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
M op.c
M pod/perldelta.pod

  Log Message:
  ---
  Make «use 5.036;» respect -X

perl's -X flag disables all warnings globally, but «use 5.036» didn't
respect that until now.


  Commit: 10a701a30fa83cfad85d53e8dc715ccc2fffd0a2
  
https://github.com/Perl/perl5/commit/10a701a30fa83cfad85d53e8dc715ccc2fffd0a2
  Author: Leon Timmermans 
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
M t/run/switches.t

  Log Message:
  ---
  Add tests for -W and -X


Compare: https://github.com/Perl/perl5/compare/bc2bdb5ab789...10a701a30fa8


[Perl/perl5] 5793d4: Make «use 5.036;» respect -X

2023-09-09 Thread Leon Timmermans via perl5-changes
  Branch: refs/heads/leont/x536
  Home:   https://github.com/Perl/perl5
  Commit: 5793d42f1c83a2ac8b71a6801f61ad8d23b612d0
  
https://github.com/Perl/perl5/commit/5793d42f1c83a2ac8b71a6801f61ad8d23b612d0
  Author: Leon Timmermans 
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
M op.c
M pod/perldelta.pod

  Log Message:
  ---
  Make «use 5.036;» respect -X

perl's -X flag disables all warnings globally, but «use 5.036» didn't
respect that until now.


  Commit: bc2bdb5ab78972cb680184e965a77c1642d098ca
  
https://github.com/Perl/perl5/commit/bc2bdb5ab78972cb680184e965a77c1642d098ca
  Author: Leon Timmermans 
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
M t/run/switches.t

  Log Message:
  ---
  Add tests for -W and -X


Compare: https://github.com/Perl/perl5/compare/9621f2aaea06...bc2bdb5ab789