Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 29cc8053c53cd1d31c48caef82b715a48368374d
      
https://github.com/Perl/perl5/commit/29cc8053c53cd1d31c48caef82b715a48368374d
  Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk>
  Date:   2025-05-05 (Mon, 05 May 2025)

  Changed paths:
    M lib/B/Deparse.pm
    M lib/B/Deparse.t
    M op.c
    M pod/perldelta.pod
    M pod/perlop.pod
    M pp_ctl.c
    M t/op/lop.t
    M toke.c

  Log Message:
  -----------
  Implement assigning xor (^^=) operator

When I added '^^' I forgot to implement or test the assigning version of
it.

Also it seems `pp_xor` had the left and right arguments round the wrong
way; but until the asymmetry introduced by this change nobody had
noticed before. This is now fixed.

Also adds `B::Deparse` support for the new assigning xor operator



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

Reply via email to