Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > perl.perl5.changes > #34313

[Perl/perl5] 1365b4: make_ext.pl: eliminate goto-into-block construct

Newsgroups perl.perl5.changes
Date 2026-01-30 08:26 -0800
Message-ID <Perl/perl5/push/refs/heads/blead/3f1815-1365b4@github.com> (permalink)
Subject [Perl/perl5] 1365b4: make_ext.pl: eliminate goto-into-block construct
From perl5-changes@perl.org (Lukas Mai via perl5-changes)

Show all headers | View raw


  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1365b4281aa4956931f015450b99d6b1d3d6ed83
      https://github.com/Perl/perl5/commit/1365b4281aa4956931f015450b99d6b1d3d6ed83
  Author: Lukas Mai <lukasmai.403@gmail.com>
  Date:   2026-01-30 (Fri, 30 Jan 2026)

  Changed paths:
    M make_ext.pl

  Log Message:
  -----------
  make_ext.pl: eliminate goto-into-block construct

Jumping into a conditional statement or loop is now a hard error, so
disabling deprecation warnings no longer helps.

(This patch looks bigger than it is: It adds a level of indentation, so
it is best viewed through 'git diff -w' (ignore whitespace changes) or
equivalent to make the real changes stand out.)

Fixes #24015.



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

Back to perl.perl5.changes | Previous | Next | Find similar | Unroll thread


Thread

[Perl/perl5] 1365b4: make_ext.pl: eliminate goto-into-block construct perl5-changes@perl.org (Lukas Mai via perl5-changes) - 2026-01-30 08:26 -0800

csiph-web