We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bcd6a commit 064a75fCopy full SHA for 064a75f
pod/perldiag.pod
@@ -7805,13 +7805,6 @@ middle of an iteration causes Perl to see a freed value.
7805
operator. Since C<split> always tries to match the pattern
7806
repeatedly, the C</g> has no effect.
7807
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
7815
=item Use of '%s' in \p{} or \P{} is deprecated because: %s
7816
7817
(D deprecated::unicode_property_name) Certain properties are deprecated
0 commit comments