Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 065bd19b0df3f3e4d1dcd2acec94cbc4b3fe7db6
      
https://github.com/Perl/perl5/commit/065bd19b0df3f3e4d1dcd2acec94cbc4b3fe7db6
  Author: Aristotle Pagaltzis <pagalt...@gmx.de>
  Date:   2025-05-04 (Sun, 04 May 2025)

  Changed paths:
    M lib/strict.pm

  Log Message:
  -----------
  stop directly mutating $^H in strict::bits()

This improves the code in two ways:

1. Considering strict::bits is used by B::Deparse and vars.pm as
   unofficial API, the function having this side effect is arguably
   a latent bug even if it doesn’t break those callers.

2. It is harder to follow the intended logic when the function modifies
   $^H itself but also returns a value for the caller to apply to $^H.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to