Skip to content

Commit 064a75f

Browse files
committed
remove deprecated::goto_construct warning from perldiag
The warning has been removed and the construct is now fatal.
1 parent a5bcd6a commit 064a75f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pod/perldiag.pod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7805,13 +7805,6 @@ middle of an iteration causes Perl to see a freed value.
78057805
operator. Since C<split> always tries to match the pattern
78067806
repeatedly, the C</g> has no effect.
78077807

7808-
=item Use of "goto" to jump into a construct is deprecated
7809-
7810-
(D deprecated::goto_construct) Using C<goto> to jump from an outer scope into an inner
7811-
scope is deprecated and will be removed completely in Perl 5.42.
7812-
7813-
This was deprecated in Perl 5.12.
7814-
78157808
=item Use of '%s' in \p{} or \P{} is deprecated because: %s
78167809

78177810
(D deprecated::unicode_property_name) Certain properties are deprecated

0 commit comments

Comments
 (0)