Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5e5c2ac74906f511d844eb46b414def73cdf479c
      
https://github.com/Perl/perl5/commit/5e5c2ac74906f511d844eb46b414def73cdf479c
  Author: Lukas Mai <[email protected]>
  Date:   2026-02-23 (Mon, 23 Feb 2026)

  Changed paths:
    M toke.c

  Log Message:
  -----------
  intuit_more(): fix length in calls to is_existing_identifier

len = length(tmpbuf) - 1, so pass len + 1 to is_existing_identifier() to
compensate for the minus 1.



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

Reply via email to