mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 09:55:18 +00:00
* Adapt all tests. * Revise discussion of 'goto' in perlfunc. * Perl 5.44 fatalization: document goto_construct Also, note that no deprecations or fatalizations occurred in perl-5.42. * Remove 'goto_construct' from list of warnings. This entails: ** Entering 'deprecated::goto_construct" into %NO_BIT_FOR inside regen/warnings.pl; ** Incrementing $VERSION in that file; ** Running `make regen` to propagate these changes to lib/warnings.pm and warnings.h, in the process renumbering the warnings categories and adding 'deprecated::goto_construct' to %NoOp inside lib/warnings.pm. * Add entry to perldiag.pod * Update perldelta: partial fatalization of goto construct. * t/op/goto.t: Restore tests deleted during work on branch.